Browse Source

*** empty log message ***

François Pinard 30 years ago
parent
commit
38d3d03990
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/mangle.c

+ 5 - 1
src/mangle.c

@@ -1,5 +1,5 @@
 /* mangle.c -- encode long filenames
-   Copyright (C) 1988 Free Software Foundation
+   Copyright (C) 1988, 1992 Free Software Foundation
 
 This file is part of GNU Tar.
 
@@ -50,6 +50,8 @@ struct mangled {
 struct mangled *first_mangle;
 int mangled_num = 0;
 
+#if 0 /* Deleted because there is now a better way to do all this */
+
 char *
 find_mangled (name)
 char *name;
@@ -176,6 +178,8 @@ write_mangled()
 	userec(header+(size-1)/RECORDSIZE);
 }
 
+#endif
+
 void
 extract_mangle(head)
 union record *head;