We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e358c3f commit 2749831Copy full SHA for 2749831
parametersparser.c++
@@ -58,7 +58,7 @@ char* toHex(char* s) {
58
result[2 * i + 1] = HEX_CHARS[c & 0xF];
59
}
60
61
- result[len * 2] = NULL;
+ result[len * 2] = '\0';
62
return result;
63
64
0 commit comments