]> code.citadel.org Git - citadel.git/commitdiff
Bug got in when changed to IsEmptyStr
authorDave West <davew@uncensored.citadel.org>
Thu, 23 Aug 2007 12:47:36 +0000 (12:47 +0000)
committerDave West <davew@uncensored.citadel.org>
Thu, 23 Aug 2007 12:47:36 +0000 (12:47 +0000)
citadel/routines.c

index 6e509e3350c8d95602aec2095eeb12b3755fcbd4..41d971e8ae1aed7cc67678abe2928bc42692e225 100644 (file)
@@ -84,7 +84,7 @@ void hit_any_key(CtdlIPC *ipc) {      /* hit any key to continue */
        color(COLOR_POP);
        stty_ctdl(0);
        b=inkey();
        color(COLOR_POP);
        stty_ctdl(0);
        b=inkey();
-       for (a=0; !IsEmptyStr(&ipc->ServInfo.moreprompt[0]); ++a)
+       for (a=0; !IsEmptyStr(&ipc->ServInfo.moreprompt[a]); ++a)
                scr_putc(' ');
        scr_putc(13);
        stty_ctdl(1);
                scr_putc(' ');
        scr_putc(13);
        stty_ctdl(1);