From 3702c04bd627e90800be33952c4cb2d14a9bc1d8 Mon Sep 17 00:00:00 2001 From: "Robert S. French" Date: Thu, 30 Jul 1987 15:44:57 +0000 Subject: Delinted --- 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 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]++; -- cgit v1.2.3