Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_smart.c 


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


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_smart.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- e_fileman_smart.c   23 Oct 2005 00:30:22 -0000      1.47
+++ e_fileman_smart.c   23 Oct 2005 01:05:18 -0000      1.48
@@ -1094,7 +1094,7 @@
    _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);




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to