fixed setbuf. count field was set wrong

This commit is contained in:
ceriel
1987-08-14 20:32:08 +00:00
parent a2d921040d
commit b8fb8a57fa
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
/* $Header$ */
#ifndef __USG
static struct zonetable {
int offset;
char *stdzone;
@@ -58,3 +59,4 @@ timezone(zone, dst)
*c = '\0';
return buf;
}
#endif