use signed char - this is actually a numeric not a string - and negative

values are used, so it would matter if not signed.


SVN revision: 33572
This commit is contained in:
Carsten Haitzler 2008-01-24 00:36:19 +00:00
parent fe72bc6f11
commit 284f202c13
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ struct _E_Fm2_Smart_Data
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;