X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/ffb29736d0a30a22cc3214779a953ac38079c4d8..8f2287ef5c05d496fcb9b012629af007fe56f897:/progs/pixie.c diff --git a/progs/pixie.c b/progs/pixie.c index 7694d74d..3fd32081 100644 --- a/progs/pixie.c +++ b/progs/pixie.c @@ -775,7 +775,7 @@ OK\n\ goto close; } else { p_flush(tag); - p_add(tag, s, t); + p_add(tag, s ? s : "", t); if (pixserv_write(px, "OK\n")) goto close; } }