Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4214668

Browse files
committed
Silence compiler warning, hopefully.
Absorb commit e5e04c962a5d12eebbf867ca25905b3ccc34cbe0 from upstreamIANA code, in hopes of silencing warnings from MSVC about negatinga bool value.Discussion:https://postgr.es/m/20190719035347.GJ1859@paquier.xyz
1 parent1300fa6 commit4214668

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)

[8]ページ先頭

©2009-2025 Movatter.jp