* sbr/ambigsw.c: Send print_sw output to stderr. This avoids
[mmh] / sbr / getans.c
index 4feb3b9..deb884e 100644 (file)
@@ -50,7 +50,7 @@ getans (char *prompt, struct swit *ansp)
        *cp = '\0';
        if (ansbuf[0] == '?' || cp == ansbuf) {
            printf ("Options are:\n");
-           print_sw (ALL, ansp, "");
+           print_sw (ALL, ansp, "", stdout);
            continue;
        }
        cpp = brkstring (ansbuf, " ", NULL);