From d29c44a1d87557b55ea3a7b5aa76d4004efac0db Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 30 Jul 1987 06:24:32 +0000 Subject: might work better if we send all pieces of the list. --- lib/ZLocations.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ZLocations.c') diff --git a/lib/ZLocations.c b/lib/ZLocations.c index 94adca6..9966c24 100644 --- a/lib/ZLocations.c +++ b/lib/ZLocations.c @@ -104,7 +104,7 @@ Z_SendLocation(class,opcode,auth) else bptr[2] = mytty; - if ((retval = ZSendList(¬ice,bptr,2,auth)) != ZERR_NONE) + if ((retval = ZSendList(¬ice,bptr,3,auth)) != ZERR_NONE) return (retval); if ((retval = ZIfNotice(buffer,sizeof buffer,&retnotice,(int *)0, -- cgit v1.2.3