]> Dogcows Code - chaz/tar/commitdiff
(update_archive): excluded_pathname -> excluded_name.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 1999 13:43:15 +0000 (13:43 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 11 Aug 1999 13:43:15 +0000 (13:43 +0000)
src/update.c

index 211efa8a026b060cab9754f8eb45309bd27f340a..05c68f3e317838ade05e3cd045059244e4ea10e6 100644 (file)
@@ -188,7 +188,7 @@ update_archive (void)
 
     while (path = name_from_list (), path)
       {
-       if (excluded_pathname (excluded, path))
+       if (excluded_name (path))
          continue;
        if (interactive_option && !confirm ("add", path))
          continue;
This page took 0.026743 seconds and 4 git commands to generate.