- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit15d33eb
committed
Fix return value of visibilitymap_get_status().
This function is declared as returning a uint8, but it returns abool in one code path. To fix, return (uint8) 0 instead of falsethere. This should behave exactly the same as before, but it mightprevent future compiler complaints.Oversight in commita892234.Author: Julien Rouhaud <rjuju123@gmail.com>Discussion:https://postgr.es/m/aIHluT2isN58jqHV%40jrouhaud1 parente1c3654 commit15d33eb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments
Comments
(0)