]> git.pld-linux.org Git - packages/cvs.git/commitdiff
- fixed typo, now home_etc works fine
authorTomek Orzechowski <orzech@pld-linux.org>
Fri, 17 Jan 2003 21:32:19 +0000 (21:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cvs-home_etc.patch -> 1.5

cvs-home_etc.patch

index e1d0d109e96fef1f09780907166b0b428da03715..4c71f7c69984e8c4b3bb10ff116421e7e3004c58 100644 (file)
@@ -23,7 +23,7 @@
 +      sprintf(cfgdir, "%s/%s", dir, path);
 +    } else
 +      cfgdir = NULL;
-+    if ( cfgdir && (stat(path, &st) != -1) && S_ISDIR(st.st_mode) ) {
++    if ( cfgdir && (stat(cfgdir, &st) != -1) && S_ISDIR(st.st_mode) ) {
 +      path = xmalloc(strlen(cfgdir) + 1 + strlen(file)-isdot + 1);
 +      sprintf (path, "%s/%s", cfgdir, file+isdot);
 +    } else {
This page took 0.062554 seconds and 4 git commands to generate.