forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2b30315
committed
Fix GCC 7 snprintf() compiler warning.
Make buffer 1 byte larger to fit a sign. It's actually impossible forthere to be a sign in practice, but this is still required to keep GCC 7happy.Cleanup from commit51bc271.Based on a suggestion from Peter Eisentraut.Author: Peter GeogheganReported-By: Peter EisentrautDiscussion:https://postgr.es/m/d1cc82ed-d07d-cef2-7c00-2e987f121648@2ndquadrant.com1 parentcd5005b commit2b30315
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 |
| - | |
| 21 | + | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
0 commit comments
Comments
(0)