No debugging

SVN revision: 30593
This commit is contained in:
Nicholas Hughart 2007-07-04 15:46:19 +00:00
parent 4e6ce1caf5
commit 7a470acd75
1 changed files with 1 additions and 3 deletions

View File

@ -303,8 +303,6 @@ efreet_mime_cb_update_file(void *data __UNUSED__,
Ecore_List *datadirs = NULL;
const char *datahome = NULL;
printf("Updated: %s\n", path);
if (!(datahome = efreet_data_home_get()))
return;
@ -808,7 +806,7 @@ efreet_mime_shared_mimeinfo_magic_parse(char *data, int size)
case '=':
ptr++;
entry->value_len = ntohs(*((short*)(ptr)));
entry->value_len = ntohs(*((short*)(ptr)));
ptr += 2;
entry->value = NEW(1, entry->value_len);