diff options
author | Peter Eisentraut | 2017-08-16 04:22:32 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-09-14 15:45:11 +0000 |
commit | 0ec2e908babfbfde83a3925680f06b16408739ff (patch) | |
tree | fcbab19984609a07e88c9583f875ac6e6533bf03 /src/tutorial | |
parent | 42651bdd68a123544d5bfd0773a170aa3b443f1b (diff) |
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>
Diffstat (limited to 'src/tutorial')
0 files changed, 0 insertions, 0 deletions