mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 12:54:40 +00:00
SCCS-file: localtime.c
SCCS-SID: 7.44
This commit is contained in:
committed by
Paul Eggert
parent
5759685c50
commit
71b4cffbed
+1
-1
@@ -190,7 +190,7 @@ const char * const codep;
|
||||
register long result;
|
||||
register int i;
|
||||
|
||||
result = 0;
|
||||
result = (codep[0] & 0x80) ? ~0L : 0L;
|
||||
for (i = 0; i < 4; ++i)
|
||||
result = (result << 8) | (codep[i] & 0xff);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user