MINOR: tools: make debug_hexdump() use a const char for the string
authorWilly Tarreau <w@1wt.eu>
Thu, 27 Apr 2017 15:54:58 +0000 (17:54 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 13:49:31 +0000 (15:49 +0200)
commit9faef1e391a90d8c69d6f5aeeacbc6b995cc12d8
tree8e4b934b137b9b32c225f9e9291fd40feb56fdc2
parent577d5ac8ae6b6a6860037d62b5089e8ad6bc0599
MINOR: tools: make debug_hexdump() use a const char for the string

There's no reason the string to be dumped should be a char *, it's
a const.
include/common/standard.h
src/standard.c