Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : proto

Dir     : e17/proto/edje_cc


Modified Files:
        edje.y 


Log Message:
stupid bloody format strings....

===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/edje_cc/edje.y,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- edje.y      8 Sep 2004 06:22:49 -0000       1.17
+++ edje.y      8 Sep 2004 06:26:08 -0000       1.18
@@ -85,7 +85,7 @@
        ;
 
 image: IMAGE COLON STRING image_type SEMICOLON {
-               printf("got image '%s' of type %s\n", $3, $4);
+               printf("got image '%s' of type %d\n", $3, $4);
        }
        | IMAGE COLON STRING image_type FLOAT SEMICOLON {
                printf("got image '%s' of type %d (%f)\n", $3, $4, $5);




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to