Fix bool/int type confusion
Peter Eisentraut <peter_e@gmx.net>
Fix bool/int type confusion Using ++ on a bool variable doesn't work well when stdbool.h is in use. The original BSD code appears to use int here, so use that instead. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
Files
| Path | Change | +/− |
|---|---|---|
| src/timezone/localtime.c | modified | +1 −1 |