]> code.citadel.org Git - citadel.git/blobdiff - citadel/commands.c
* typos remaining...
[citadel.git] / citadel / commands.c
index 7ee8d5d2ddce8dfc16635c4ee5a2d18d74170229..3222637dd480651866c6b8626ccfe648273eb3fb 100644 (file)
@@ -1009,7 +1009,7 @@ char *cmd_expand(char *strbuf, int mode)
                }
                if (!strncmp(ptr, "^c", 2)) {
                        *ptr = ',';
-                       strcpy(ptr + 1], ptr + 2]);
+                       strcpy(ptr + 1, ptr + 2);
                }
        }