* added gcc printf format checking to wprintf
[citadel.git] / webcit / inetconf.c
index c61ee41665ce01f98c80e3159a90f8b4c7dc6dbd..b483dd1aa873c7151e7c313b843b73337ae44458 100644 (file)
@@ -134,7 +134,7 @@ void display_inetconf(void)
 
                }
                wprintf("<form method=\"post\" action=\"save_inetconf\">\n");
-               wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%ld\">\n", WC->nonce);
+               wprintf("<input type=\"hidden\" name=\"nonce\" value=\"%d\">\n", WC->nonce);
                wprintf("<tr><td>"
                        "<input type=\"text\" name=\"ename\" maxlength=\"64\">"
                        "<input type=\"hidden\" name=\"etype\" VALUE=\"%s\">", ic_keyword[which]);