Commit a175c38
committed
utf8_to_uv_msgs: Make warning message consistent
This inserts a colon in the message to make it consistent with all the
other similar ones. This will enable easier parsing of messages for
future commits.
If this change causes failures in any code in the field, that would be a
Good Thing, as that code is now illegal. This message happens only when
this function is called with a zero length string, which has been
illegal for some releases. Doing this in a DEBUGGING build results in
an assert(0). This message now only exists as a fallback to prevent
bad or undefined behavior, should we get called with that anyway.1 parent 7425e7c commit a175c38
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2260 | 2260 | | |
2261 | 2261 | | |
2262 | 2262 | | |
2263 | | - | |
| 2263 | + | |
2264 | 2264 | | |
2265 | 2265 | | |
2266 | 2266 | | |
| |||
0 commit comments