X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=7478813d971ceae17c0b042a6a7d2c44045fc64d;hb=0b1310a64450f9f94ddc15a446133a38a0e04f60;hp=1945ae72a915f2e075cd48bd73afe7d3399b0b67;hpb=5c83d29c2e0a786c0b3fecb7b6bf7bdafebc7e69;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index 1945ae72a..7478813d9 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -272,7 +272,7 @@ void ajax_update_note(void) { // Was this request a delete operation? If so, nuke it... if (havebstr("deletenote")) { if (!strcasecmp(bstr("deletenote"), "yes")) { - serv_printf("DELE %ld", msgnum); + serv_printf("DELE %d", msgnum); serv_getln(buf, sizeof buf); begin_ajax_response(); wprintf("%s", buf);