mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-12 02:52:15 +00:00
* localtime.c (tzset_unlocked): Don't return a void expression.
The C standard does not allow this, and Sun C 5.12 rejects it.
This commit is contained in:
+1
-1
@@ -1229,7 +1229,7 @@ tzsetwall(void)
|
||||
static void
|
||||
tzset_unlocked(void)
|
||||
{
|
||||
return tzsetlcl(getenv("TZ"));
|
||||
tzsetlcl(getenv("TZ"));
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user