X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fnotes.c;h=137480a52528121fd64bb4fbe7a6fe6a9487d229;hb=1cccb1b244f4798c7cbd09cfe2be7c0fc722c0cc;hp=b1f49f5580e64cf0b8834165349600d2cd1207e3;hpb=2dc3bd8889b4a97d416c99aec9c2b086da06c2d7;p=citadel.git diff --git a/webcit/notes.c b/webcit/notes.c index b1f49f558..137480a52 100644 --- a/webcit/notes.c +++ b/webcit/notes.c @@ -91,7 +91,7 @@ void updatenote(void) serv_printf("ENT0 1||0|0||||||%s", bstr("eid")); serv_getln(buf, sizeof buf); if (buf[0] == '4') { - text_to_server(bstr("value"), 0); + text_to_server(bstr("value")); serv_puts("000"); }