Fixed a misspelling of '\0' as NULL.

This commit is contained in:
bde 2004-03-11 10:22:25 +00:00
parent 073d9d9542
commit 2cbaf5127c

View File

@ -846,7 +846,7 @@ rpcbdump(int dumptype, char *netid, int argc, char **argv)
sprintf(p++, ",");
}
printf("%-10s", buf);
buf[0] = NULL;
buf[0] = '\0';
for (nl = rs->nlist; nl; nl = nl->next) {
strcat(buf, nl->netid);
if (nl->next)