]> code.citadel.org Git - citadel.git/blobdiff - citadel/client_chat.c
* Removed references to strucmp() and struncmp(), replaced them with
[citadel.git] / citadel / client_chat.c
index a5a2f45898531e91b27f4d8d1f1601789d2b88c7..3aad45f43a42a2fd0c632ef52a70c7e1a05cd661 100644 (file)
@@ -173,7 +173,7 @@ RCL:            if (send_complete_line) {
                           printf("Got room %s\n", c_room);
                        }
                           
-                       if (strucmp(c_text,"NOOP")) {
+                       if (strcasecmp(c_text,"NOOP")) {
                                if (!strcmp(c_user, fullname)) {
                                        color(BRIGHT_YELLOW);
                                        }