[AD] Little bug in datedit.c

[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]


I found a bug in the 'export_binary' function in datedit.c. It returns wrong values, preventing the exporting of binary objects with grabber.exe and dat.exe

I submit the diff file that solves this.


Oscar Giner.


_________________________________________________________________
MSN Fotos: la forma más fácil de compartir e imprimir fotos. http://photos.msn.es/support/worldwide.aspx
130c130
<    int ret = -1;
---
   int ret = 0;
134c134
< 	 ret = 0;
---
	 ret = -1;
139c139
<       ret = 0;
---
      ret = -1;



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/