Revert "Fix bool/int type confusion"
This reverts commit 0ec2e908ba
.
We'll use the upstream (IANA) fix instead.
This commit is contained in:
parent
d57c7a7c50
commit
a890432a87
1 changed files with 1 additions and 1 deletions
|
@ -1379,7 +1379,7 @@ timesub(const pg_time_t *timep, int32 offset,
|
|||
int y;
|
||||
const int *ip;
|
||||
int64 corr;
|
||||
int hit;
|
||||
bool hit;
|
||||
int i;
|
||||
|
||||
corr = 0;
|
||||
|
|
Loading…
Reference in a new issue