Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_fm.c Log Message: use signed char - this is actually a numeric not a string - and negative values are used, so it would matter if not signed. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v retrieving revision 1.234 retrieving revision 1.235 diff -u -3 -r1.234 -r1.235 --- e_fm.c 23 Jan 2008 09:04:54 -0000 1.234 +++ e_fm.c 24 Jan 2008 00:36:19 -0000 1.235 @@ -104,7 +104,7 @@ E_Drop_Handler *drop_handler; E_Fm2_Icon *drop_icon; E_Fm2_Mount *mount; - char drop_after; + signed char drop_after; unsigned char drop_show : 1; unsigned char drop_in_show : 1; unsigned char drop_all : 1; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs