ecore_config boolean patch - Peter Wehrfritz

SVN revision: 16131
This commit is contained in:
handyande 2005-08-13 14:34:34 +00:00 committed by handyande
parent bd0afc6a61
commit fa02e19197
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ _ecore_config_db_write(Ecore_Config_DB_File *db, const char *key)
break;
case PT_BLN:
num = snprintf(buf, sizeof(buf), "%c %i ", (char) type,
(int) ecore_config_int_get(key));
(int) ecore_config_boolean_get(key));
break;
case PT_FLT:
num = snprintf(buf, sizeof(buf), "%c %16.16f ", (char) type,