- remove extra KB. argh too tired, thanks chaos. (=

SVN revision: 17779
This commit is contained in:
codewarrior 2005-10-23 01:05:18 +00:00 committed by codewarrior
parent 52d5a4fb71
commit 9231fb79c2
1 changed files with 1 additions and 1 deletions

View File

@ -1094,7 +1094,7 @@ _e_fm_icon_prop_basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Fm_Icon
_e_fm_icon_prop_fill_data(cfdata);
size = E_NEW(char, 64);
snprintf(size, 64, "%d KB", icon->file->size / 1024);
snprintf(size, 64, "%d", icon->file->size / 1024);
username = E_NEW(char, 128); // max length of username?
usr = getpwuid(icon->file->owner);