]> git.pld-linux.org Git - packages/lynx.git/blobdiff - lynx-etc_dir.patch
rediff patches; rel 3
[packages/lynx.git] / lynx-etc_dir.patch
index 537569ef70326cc778f40f1f008f7aafc137b422..b4282a1f8f37205e3b74d6ffa71abdffa94f5902 100644 (file)
@@ -53,7 +53,7 @@
        /*
         * Home_Dir() has a bug if this ever happens.  - FM
 @@ -5416,6 +5444,7 @@
-           (strncmp(file, "./", 2) ? file : (file + 2)));
+           (StrNCmp(file, "./", 2) ? file : (file + 2)));
  #endif /* VMS */
      FREE(home);
 +      }
This page took 0.150284 seconds and 4 git commands to generate.