commit 89ebd895b8d1efe2d562971e6cdcb6571982b5b1 parent 42d5d65b9ab683ba7ea7e84129a8e86728081b62 Author: rsc <rsc> Date: Wed, 6 Sep 2006 18:21:54 +0000 what is NULL? Diffstat:
M | sh.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sh.c b/sh.c @@ -302,7 +302,7 @@ _gettoken(char *s, char **p1, char **p2) if(s == 0) { if(debug > 1) - printf(2, "GETTOKEN NULL\n"); + printf(2, "GETTOKEN 0\n"); return 0; }