]> git.gag.com Git - fw/sdcc/commitdiff
z80 library paths may contain '.' now (better fix)
authorjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Jul 2003 16:27:40 +0000 (16:27 +0000)
committerjesusc <jesusc@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 17 Jul 2003 16:27:40 +0000 (16:27 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2748 4a8a32a2-be11-0410-ad9d-d568d2c75423

link/z80/lklibr.c

index dac07b42d9666e131fefa24bd688def7ac7d1738..1c8c5cabebdbdb52c4ba4fd7fcefb3a0feee3cfc 100644 (file)
@@ -658,7 +658,7 @@ char *name;
                    } else {
                        strcat(str,relfil);
                    }
-                   if(strchr(str,FSEPX) == NULL) {
+                   if(strchr(relfil,FSEPX) == NULL) {
 #ifdef SDK
                        sprintf(&str[strlen(str)], "%co", FSEPX);
 #else /* SDK */