Commit 2e46526
Add a missing break to 'd' case in dbd_db_FETCH_attrib()
The attribute name look-up code checks the first character as an
optimization before comparing the whole string. It does not make sense
to fall through to another case.1 parent e6312de commit 2e46526
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2826 | 2826 | | |
2827 | 2827 | | |
2828 | 2828 | | |
| 2829 | + | |
2829 | 2830 | | |
2830 | 2831 | | |
2831 | 2832 | | |
| |||
0 commit comments