fixed explode
[unix-history] / usr / src / games / sail / pl_4.c
index 6372b54..ff6dc2b 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)pl_4.c      1.6 83/10/28";
+static char *sccsid = "@(#)pl_4.c      2.2 83/11/14";
 #endif
 
 #include "player.h"
 #endif
 
 #include "player.h"
@@ -40,6 +40,7 @@ acceptsignal()
        while (*p++)
                ;
        p[-1] = '"';
        while (*p++)
                ;
        p[-1] = '"';
+       *p = 0;
        Write(W_SIGNAL, ms, 1, (int)buf, 0, 0, 0);
 }
 
        Write(W_SIGNAL, ms, 1, (int)buf, 0, 0, 0);
 }