]> Dogcows Code - chaz/tar/blobdiff - src/create.c
(_open_archive): Remove unnecessary argument to check_compressed_archive.
[chaz/tar] / src / create.c
index 41726613fcb92e86c54beeff5fcf9b894f9ffaa7..49b82b927221ee5e2d33d6a71f4cf1d04e8f8634 100644 (file)
@@ -1,7 +1,7 @@
 /* Create a tar archive.
 
    Copyright (C) 1985, 1992, 1993, 1994, 1996, 1997, 1999, 2000, 2001,
-   2003, 2004, 2005 Free Software Foundation, Inc.
+   2003, 2004, 2005, 2006 Free Software Foundation, Inc.
 
    Written by John Gilmore, on 1985-08-25.
 
@@ -494,7 +494,7 @@ split_long_name (const char *name, size_t length)
   size_t i;
 
   if (length > PREFIX_FIELD_SIZE)
-    length = PREFIX_FIELD_SIZE+2;
+    length = PREFIX_FIELD_SIZE + 1;
   for (i = length - 1; i > 0; i--)
     if (ISSLASH (name[i]))
       break;
This page took 0.026364 seconds and 4 git commands to generate.