[Forensics-changes] [yara] 101/368: Removed redundant cast.

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:16 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 8427c03c60103692fe832efeb7cc9e54bc2ec59d
Author: Mario Suvajac <msuvajac at gmail.com>
Date:   Thu Oct 29 08:45:51 2015 +0100

    Removed redundant cast.
---
 yara.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yara.c b/yara.c
index 8bbaa3f..9caff68 100644
--- a/yara.c
+++ b/yara.c
@@ -650,7 +650,7 @@ int handle_module_data(YR_OBJECT* object)
 {
   mutex_lock(&output_mutex);
 
-  yr_object_print_data((YR_OBJECT*) object, 0, 1);
+  yr_object_print_data(object, 0, 1);
   printf("\n");
 
   mutex_unlock(&output_mutex);

-- 
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