From: Paul Eggert Date: Fri, 28 Jun 2013 05:33:04 +0000 (-0700) Subject: tar: port to Mingw Shell X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftar;a=commitdiff_plain;h=87369861f9afc8380e866ead3348d630821bcc02 tar: port to Mingw Shell * src/extract.c (extract_symlink) [!HAVE_SYMLINK]: Fix typo by replacing WARN_SYMBOLIC_CAST with WARN_SYMLINK_CAST. Problem reported by kaka in . --- diff --git a/src/extract.c b/src/extract.c index faee4eb..319aaa8 100644 --- a/src/extract.c +++ b/src/extract.c @@ -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"))); }