Commit a48da3a
committed
Explicitly compare to zero to avoid Visual Studio warning
Visual Studio complains: forcing value to bool 'true' or 'false' (performance
warning)1 parent 8d3c9aa commit a48da3a
File tree
1 file changed
+1
-1
lines changed- src/util
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
275 | | - | |
| 275 | + | |
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| |||
0 commit comments