c-- cppchecked

git-svn-id: svn://kolibrios.org@7626 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
siemargl
2019-04-11 07:12:30 +00:00
parent 24fde9ea89
commit 01eaae6724
8 changed files with 14 additions and 13 deletions

View File

@@ -1152,7 +1152,7 @@ void addr_to_hex(long addr, unsigned char splitup)
{
static char buffer[11];
static char buffer[12]; // fix by cppcheck
WORD32 adr;