[Forensics-changes] [yara] 33/368: Fix issue #340
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:30:08 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.5.0
in repository yara.
commit c7efac75c0bf560d237872afa98f657bcbc76bfb
Author: Victor M. Alvarez <plusvic at gmail.com>
Date: Tue Aug 18 16:59:27 2015 +0200
Fix issue #340
---
libyara/object.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libyara/object.c b/libyara/object.c
index 71d1f03..5fc9547 100644
--- a/libyara/object.c
+++ b/libyara/object.c
@@ -23,7 +23,7 @@ limitations under the License.
#include <math.h>
#if _WIN32
-#define PRIu64 "%I64d"
+#define PRIu64 "I64d"
#else
#include <inttypes.h>
#endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list