diff --git a/src/catools/tool_lib.c b/src/catools/tool_lib.c index 080b6c3de..22ea66c7e 100644 --- a/src/catools/tool_lib.c +++ b/src/catools/tool_lib.c @@ -120,6 +120,7 @@ char *val2str (const void *v, unsigned type, int index) strcpy (str, "*** invalid type"); return str; } + strcpy (str, "!!!"); base_type = type % (LAST_TYPE+1);