Skip to content

Commit ff55493

Browse files
committed
test
1 parent 2277347 commit ff55493

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2038,7 +2038,7 @@ int addr_is_local(const struct netns_entry *ns,
20382038
*
20392039
* Return the address of the \0 character, or NULL on error
20402040
*/
2041-
const char hextab[16] = "0123456789ABCDEF";
2041+
const char hextab[] = "0123456789ABCDEF";
20422042
char *encode_string(char *start, char *stop,
20432043
const char escape, const long *map,
20442044
const char *string)

0 commit comments

Comments
 (0)