X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/61ccf1dbeea93978803303d2cd43efa5da2cc7d1..b1722537108cceec472480a551b9a7fb9c660c55:/sbr/folder_addmsg.c?ds=sidebyside diff --git a/sbr/folder_addmsg.c b/sbr/folder_addmsg.c index c1e836c1..f6a9af33 100644 --- a/sbr/folder_addmsg.c +++ b/sbr/folder_addmsg.c @@ -134,7 +134,7 @@ folder_addmsg (struct msgs **mpp, char *msgfile, int selected, (void)ext_hook("ref-hook", oldmsg, newmsg); } else - (void)ext_hook("add-hook", newmsg, (char *)0); + (void)ext_hook("add-hook", newmsg, NULL); return msgnum; } else { @@ -191,7 +191,7 @@ folder_addmsg (struct msgs **mpp, char *msgfile, int selected, (void)ext_hook("ref-hook", oldmsg, newmsg); } else - (void)ext_hook("add-hook", newmsg, (char *)0); + (void)ext_hook("add-hook", newmsg, NULL); return msgnum; }