Browse code

s/https/http

git-svn-id: file:///var/lib/svn/clamav-devel/trunk/clamav-devel@2400 77e5149b-7576-45b1-b177-96237e5ba77b

Tomasz Kojm authored on 2006/10/16 09:34:46
Showing 1 changed files
... ...
@@ -1499,7 +1499,7 @@ rar_metadata_t *cli_unrar(int fd, const char *dirname, const struct cl_limits *l
1499 1499
 				cli_dbgmsg("Computed File CRC: 0x%x\n", unpack_data->unp_crc^0xffffffff);
1500 1500
 				if (unpack_data->unp_crc != 0xffffffff) {
1501 1501
 					if (file_header->file_crc != (unpack_data->unp_crc^0xffffffff)) {
1502
-						cli_warnmsg("RAR CRC error. Please report the bug at https://bugs.clamav.net/\n");
1502
+						cli_warnmsg("RAR CRC error. Please report the bug at http://bugs.clamav.net/\n");
1503 1503
 					}
1504 1504
 				}
1505 1505
 				if (!retval) {