Imported Upstream version 2.5.1p3
[debian/amanda] / oldrecover-src / extract_list.c
index 5c5d92accb034d7d7e8c37681968d6f86f3b00dc..6d69910a32e43aff25c6473fa3b9f7e7ef7c73f4 100644 (file)
@@ -24,7 +24,7 @@
  * file named AUTHORS, in the root directory of this distribution.
  */
 /*
- * $Id: extract_list.c,v 1.6 2006/08/24 01:57:15 paddy_s Exp $
+ * $Id: extract_list.c,v 1.6.2.1 2006/11/08 17:11:39 martinea Exp $
  *
  * implements the "extract" command in amrecover
  */
@@ -605,7 +605,6 @@ void add_file(
        regex = "\\.[/]*$";
     }
     else if(strcmp(regex, "[^/]*[/]*$") == 0) {                /* "*" */
-       //regex = 
        regex = "([^/.]|\\.[^/]+|[^/.][^/]*)[/]*$";
     } else {
        /* remove "/" at end of path */