forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit806fc52
committed
Fix unportable usage of <ctype.h> functions.
isdigit(), isspace(), etc are likely to give surprising results if passed asigned char. We should always cast the argument to unsigned char to avoidthat. Error in commit63d6b97, found by buildfarm member gaur.Back-patch to 9.3, like that commit.1 parentf3eff7b commit806fc52
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments
Comments
(0)