forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd1f9ac5
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 parent4b0d28d commitd1f9ac5
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
|
0 commit comments
Comments
(0)