fix cli_ndecode bb#1797

0.96
Tomasz Kojm 16 years ago
parent 2ecbd98a5e
commit f44aa2da8d
  1. 2
      libclamav/dsig.c

@ -37,7 +37,7 @@
#define CLI_ESTR "100001027"
static unsigned char cli_ndecode(unsigned char value)
static char cli_ndecode(unsigned char value)
{
unsigned int i;
char ncodec[] = {

Loading…
Cancel
Save