]> Dogcows Code - chaz/tar/commitdiff
tar: port to Mingw Shell
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Jun 2013 05:33:04 +0000 (22:33 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 28 Jun 2013 05:33:26 +0000 (22:33 -0700)
* src/extract.c (extract_symlink) [!HAVE_SYMLINK]:
Fix typo by replacing WARN_SYMBOLIC_CAST with WARN_SYMLINK_CAST.
Problem reported by kaka in
<http://lists.gnu.org/archive/html/bug-tar/2013-06/msg00008.html>.

src/extract.c

index faee4eb889ec15c3deaa66d463f6bbe7fad7e773..319aaa86b29cdf2dd71830901e36305dda478315 100644 (file)
@@ -1341,7 +1341,7 @@ extract_symlink (char *file_name, int typeflag)
   if (!warned_once)
     {
       warned_once = 1;
-      WARNOPT (WARN_SYMBOLIC_CAST,
+      WARNOPT (WARN_SYMLINK_CAST,
               (0, 0,
                _("Attempting extraction of symbolic links as hard links")));
     }
This page took 0.019847 seconds and 4 git commands to generate.