X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/3d099bd193ff6ab5662ec88572493bb794aeea08..f28b61f26dec986fb87602b5c75ad812b8297d85:/newsearch/ns-reason.c diff --git a/newsearch/ns-reason.c b/newsearch/ns-reason.c index 82ca1303..c0d6317b 100644 --- a/newsearch/ns-reason.c +++ b/newsearch/ns-reason.c @@ -31,7 +31,7 @@ void *reason_exe(searchCtx *ctx, struct searchNode *thenode, void *theinput) { whowas *ww = (whowas *)np->next; if (!ww->reason) - return (void *)0; + return (void *)""; return (void *)ww->reason->content; }