Imported Upstream version 3.3.3
[debian/amanda] / application-src / amstar.c
index 0959a1619b0ffeca8867ce88b21eee0954416a1f..c20832140dfc29e0fe60eeb79788af498e0e418c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -758,7 +759,7 @@ amstar_backup(
 
        if (regexec(&regex_dir, line, 3, regmatch, 0) == 0) {
            if (argument->dle.create_index && regmatch[1].rm_so == 2) {
-               line[regmatch[1].rm_eo+1]='\0';
+               line[regmatch[1].rm_eo]='\0';
                fprintf(indexstream, "/%s\n", &line[regmatch[1].rm_so]);
            }
            continue;