Content-Length: 259338 | pFad | http://github.com/postgrespro/postgres_cluster/commit/421466863548de58199c7c6ececaae6b5f621b2f

89 Silence compiler warning, hopefully. · postgrespro/postgres_cluster@4214668 · GitHub
Skip to content

Commit 4214668

Browse files
committed
Silence compiler warning, hopefully.
Absorb commit e5e04c962a5d12eebbf867ca25905b3ccc34cbe0 from upstream IANA code, in hopes of silencing warnings from MSVC about negating a bool value. Discussion: https://postgr.es/m/20190719035347.GJ1859@paquier.xyz
1 parent 1300fa6 commit 4214668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timezone/zic.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2398,7 +2398,7 @@ writezone(const char *const name, const char *const string, char version,
23982398
if (pass == 1 && !want_bloat())
23992399
{
24002400
utcnt = stdcnt = thisleapcnt = 0;
2401-
thistimecnt = -locut - hicut;
2401+
thistimecnt = -(locut + hicut);
24022402
thistypecnt = thischarcnt = 1;
24032403
thistimelim = thistimei;
24042404
}

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/421466863548de58199c7c6ececaae6b5f621b2f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy