-$Id: CHANGES,v 1.56 2000/05/28 16:51:13 stelian Exp $
+$Id: CHANGES,v 1.57 2000/05/28 17:50:27 stelian Exp $
Changes between versions 0.4b16 and 0.4b17 (released ??????????????)
====================================================================
of 0 means the dump archive is correct, 1 means tape errors,
2 means that some files were modified.
+4. Made quotes work in interactive restore.
+
Changes between versions 0.4b15 and 0.4b16 (released March 11, 2000)
====================================================================
#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>
*/
quote = *cp++;
while (*cp != quote && *cp != '\0')
- *bp++ = *cp++ | 0200;
+ *bp++ = *cp++;
if (*cp++ == '\0') {
fprintf(stderr, "missing %c\n", quote);
cp--;