disable 'Unknown RAR pack method' error message due to false alerts with some SFX archives (bb#399)

git-svn: trunk@3523
This commit is contained in:
Tomasz Kojm
2008-01-22 11:17:33 +00:00
parent ad08b903a5
commit 48eec71b0f
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
Tue Jan 22 11:54:52 CET 2008 (tk)
---------------------------------
* libclamunrar/unrar.c: disable 'Unknown RAR pack method' error message due
to false alerts with some SFX archives (bb#399)
Tue Jan 22 11:28:20 CET 2008 (tk)
---------------------------------
* configure: don't link with nsl if not needed (bb#754)

View File

@@ -1158,7 +1158,6 @@ int rar_unpack(int fd, int method, int solid, unpack_data_t *unpack_data)
retval = rar_unpack29(fd, solid, unpack_data);
break;
default:
fprintf(stderr, "UNRAR: ERROR: Unknown RAR pack method: %d\n", method);
break;
}
return retval;