We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2277347 commit ff55493Copy full SHA for ff55493
1 file changed
src/tools.c
@@ -2038,7 +2038,7 @@ int addr_is_local(const struct netns_entry *ns,
2038
*
2039
* Return the address of the \0 character, or NULL on error
2040
*/
2041
-const char hextab[16] = "0123456789ABCDEF";
+const char hextab[] = "0123456789ABCDEF";
2042
char *encode_string(char *start, char *stop,
2043
const char escape, const long *map,
2044
const char *string)
0 commit comments