]> andersk Git - moira.git/commitdiff
don't complain about control characters
authormar <mar>
Thu, 25 Jun 1992 15:36:58 +0000 (15:36 +0000)
committermar <mar>
Thu, 25 Jun 1992 15:36:58 +0000 (15:36 +0000)
backup/dump_db.qc

index 6dc214ae539513cfd67575e4ccf35270022f75eb..b468ca16d3941e2efb5837c50a9a3c381284952b 100644 (file)
@@ -103,7 +103,6 @@ dump_str(f, str)
            if (putc1(t,f) < 0) wpunt();
            t = (c&7) + '0';
            if (putc1(t,f) < 0) wpunt();
-           fprintf(stderr, "control character \\%03o\n", c);
            break;
            
        default:
This page took 0.032238 seconds and 5 git commands to generate.