summaryrefslogtreecommitdiff
path: root/lib/ZLocations.c
diff options
context:
space:
mode:
authorGravatar Robert S. French <rfrench@mit.edu>1987-07-30 15:44:57 +0000
committerGravatar Robert S. French <rfrench@mit.edu>1987-07-30 15:44:57 +0000
commit3702c04bd627e90800be33952c4cb2d14a9bc1d8 (patch)
tree220a4c6de38f8c709584dfa7c9516e74d8c64202 /lib/ZLocations.c
parent67379d0da834a7272b1d1d753c5f962608e5c635 (diff)
Delinted
Diffstat (limited to 'lib/ZLocations.c')
-rw-r--r--lib/ZLocations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ZLocations.c b/lib/ZLocations.c
index 9966c24..51378cb 100644
--- a/lib/ZLocations.c
+++ b/lib/ZLocations.c
@@ -97,7 +97,7 @@ Z_SendLocation(class,opcode,auth)
bptr[1] = ctime(&ourtime);
bptr[1][strlen(bptr[1])-1] = '\0';
- strcpy(mytty,ttyname(0));
+ (void) strcpy(mytty,ttyname(0));
bptr[2] = rindex(mytty,'/');
if (bptr[2])
bptr[2]++;