Moved the remaining help files for the text client out of the server and into the...
[citadel.git] / textclient / src / citadel.c
index 5e8cc6203e7f964d4bdff2d549a8d0f376e1f63e..70cddecef2f9ceef1f63a7f06d5546979a83e38a 100644 (file)
@@ -1736,7 +1736,7 @@ NEWUSR:   if (IsEmptyStr(rc_password)) {
                if (termn8 == 0)
                        switch (mcmd) {
                        case 1:
-                               formout(ipc, "help");
+                               display_help(ipc, "help");
                                break;
                        case 4:
                                entmsg(ipc, 0, ((userflags & US_EXTEDIT) ? 2 : 0), 0);
@@ -1908,8 +1908,9 @@ NEWUSR:   if (IsEmptyStr(rc_password)) {
                                break;
 
                        case 21:
-                               if (argbuf[0] == 0)
-                                       strcpy(aaa, "?");
+                               if (argbuf[0] == 0) {
+                                       strcpy(argbuf, "?");
+                               }
                                display_help(ipc, argbuf);
                                break;