X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fnotes.c;h=1945ae72a915f2e075cd48bd73afe7d3399b0b67;hp=ccc530d2ed511c12afb9937435e60a3918ae6ac5;hb=2362c3d4de86f20822ab81015222a196137fd20e;hpb=d354f55caea4e18767598d2ea6fc56183a7caaaf diff --git a/webcit/notes.c b/webcit/notes.c index ccc530d2e..1945ae72a 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -285,7 +285,7 @@ void ajax_update_note(void) { v = vnote_new_from_msg(msgnum); if (!v) { begin_ajax_response(); - wprintf("Cannot locate a vNote within message %ld\n", msgnum); + wprintf("Cannot locate a vNote within message %d\n", msgnum); end_ajax_response(); return; }