- Notifications
You must be signed in to change notification settings - Fork5
Commit2686da9
committed
Don't initialize TLI variable to -1, as TimeLineID is unsigned.
This was causing a compiler warning with Solaris compiler. Use 0 instead.The variable is initialized just for the sake of tidyness and/or debugging,it's not used for anything before setting it to a real value.Per report and suggestion from Peter Eisentraut.1 parent6c349a5 commit2686da9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments
Comments
(0)