Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_cc_sources.c 


Log Message:


fil! not filename! :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_cc_sources.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- edje_cc_sources.c   25 Oct 2004 19:14:07 -0000      1.11
+++ edje_cc_sources.c   11 Jan 2005 02:54:07 -0000      1.12
@@ -143,12 +143,12 @@
                                 /* get the directory of the current file
                                  * if we haven't already done so
                                  */
-                                if (!dir && strrchr (filname, '/'))
+                                if (!dir && strrchr(fil, '/'))
                                   {
-                                     dir = mem_strdup(filname);
-                                     slash = strrchr (dir, '/');
+                                     dir = mem_strdup(fil);
+                                     slash = strrchr(dir, '/');
                                      *slash = '\0';
-                                     dir_len = strlen (dir);
+                                     dir_len = strlen(dir);
                                   }
 
                                 l = pp - p + dir_len + 1;




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to