]> git.pld-linux.org Git - packages/clamav.git/blobdiff - x32.patch
- rel 1
[packages/clamav.git] / x32.patch
index 0dcb994797e3363200b5456432a62e40eac7e0f4..74c216e939d46df9950947048d0b1b58b65df615 100644 (file)
--- a/x32.patch
+++ b/x32.patch
@@ -1,14 +1,14 @@
---- clamav-0.98.7/libclamav/bytecode_vm.c~     2015-04-22 21:50:01.000000000 +0200
-+++ clamav-0.98.7/libclamav/bytecode_vm.c      2015-05-03 21:40:54.448612567 +0200
-@@ -1248,7 +1248,11 @@
+--- clamav-0.100.1/libclamav/bytecode_vm.c~    2018-06-27 21:12:10.000000000 +0200
++++ clamav-0.100.1/libclamav/bytecode_vm.c     2018-07-26 10:48:10.316153596 +0200
+@@ -1248,7 +1248,11 @@ int cli_vm_execute(const struct cli_bc *
          gettimeofday(&tv1, NULL);
          tv1.tv_sec -= tv0.tv_sec;
          tv1.tv_usec -= tv0.tv_usec;
 +#ifdef __ILP32__
 +        cli_dbgmsg("intepreter bytecode run finished in %lluus, after executing %u opcodes\n",
 +#else
-         cli_dbgmsg("intepreter bytecode run finished in %luus, after executing %u opcodes\n",
+         cli_dbgmsg("interpreter bytecode run finished in %luus, after executing %u opcodes\n",
 +#endif
-                    tv1.tv_sec*1000000 + tv1.tv_usec, pc);
+                    tv1.tv_sec * 1000000 + tv1.tv_usec, pc);
      }
      if (stop == CL_EBYTECODE) {
This page took 0.040875 seconds and 4 git commands to generate.