[ekg2-commit] r3992 - trunk/ekg: trunk/ekg/configfile.c

SVN commit svn w toxygen.net
Wto, 29 Kwi 2008, 02:31:25 CEST


Author: wiechu
Date: 2008-04-29 02:31:24 +0200 (Tue, 29 Apr 2008)
New Revision: 3992

Modified:
   trunk/ekg/configfile.c
Log:
    Fix windows_layout support.


Modified: trunk/ekg/configfile.c
===================================================================
--- trunk/ekg/configfile.c	2008-04-28 23:54:42 UTC (rev 3991)
+++ trunk/ekg/configfile.c	2008-04-29 00:31:24 UTC (rev 3992)
@@ -82,7 +82,7 @@
                 for (i = 1; targets[i]; i++) {
 			char *tmp;
 
-                        if (!strcmp(targets[i], "-"))
+                        if (!xstrcmp(targets[i], "\"-\""))
                                 continue;
 
 		        if (xstrcmp(targets[i], "") && (tmp = xstrrchr(targets[i], '/'))) {



Więcej informacji o liście dyskusyjnej ekg2-commit