make -d dir work

0.96
aCaB 16 years ago
parent 182e40db24
commit 93e08be551
  1. 3
      libclamav/readdb.h

@ -50,7 +50,8 @@
cli_strbcasestr(ext, ".ftm") || \
cli_strbcasestr(ext, ".cfg") || \
cli_strbcasestr(ext, ".cvd") || \
cli_strbcasestr(ext, ".cld") \
cli_strbcasestr(ext, ".cld") || \
cli_strbcasestr(ext, ".idb") \
)
char *cli_virname(char *virname, unsigned int official);

Loading…
Cancel
Save