]> git.wh0rd.org - dump.git/blobdiff - restore/interactive.c
Made quotes work in interactive restore.
[dump.git] / restore / interactive.c
index 0bd6aaa6d7bc6f367c20e21a83f182b88de9003e..4fbdf6e8a0200f6259ce08a66c5388a4ae159a2a 100644 (file)
@@ -40,7 +40,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: interactive.c,v 1.9 2000/02/26 01:35:48 stelian Exp $";
+       "$Id: interactive.c,v 1.10 2000/05/28 17:50:27 stelian Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -459,7 +459,7 @@ copynext(char *input, char *output)
                 */
                quote = *cp++;
                while (*cp != quote && *cp != '\0')
-                       *bp++ = *cp++ | 0200;
+                       *bp++ = *cp++;
                if (*cp++ == '\0') {
                        fprintf(stderr, "missing %c\n", quote);
                        cp--;