Commit 00661a4
committed
Update return value of pick() when miss to match comment
Comment says ID_NONE is returned for miss, but code actually returns false.
Meanwhile GUI and scaffolding are expected null.
Let's standardize on what the comment says and update GUI etc. to match.1 parent 018610b commit 00661a4
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1365 | 1365 | | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | | - | |
| 1368 | + | |
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
| |||
1383 | 1383 | | |
1384 | 1384 | | |
1385 | 1385 | | |
1386 | | - | |
| 1386 | + | |
1387 | 1387 | | |
1388 | 1388 | | |
1389 | 1389 | | |
| |||
0 commit comments