]> code.citadel.org Git - citadel.git/blobdiff - citadel/file_ops.c
Lotsa stuff. See the changeLog for more details.
[citadel.git] / citadel / file_ops.c
index e83ba34a95a2a0dbfd91f157f01d6ad0dac8af48..40d8289e33d2c79d04a13e8ff4dbe63795bb9d3d 100644 (file)
@@ -558,7 +558,7 @@ void cmd_ucls(char *cmd)
                fprintf(fp,"NEW UPLOAD: '%s'\n %s\n",CC->upl_file,CC->upl_comment);
                putc(0,fp);
                fclose(fp);
-               save_message(CC->temp, "", 0, M_LOCAL, 1);
+               save_message(CC->temp, "", "", M_LOCAL, 1);
 
                }
        else {