[Forensics-changes] [yara] 59/160: Update writingmodules.rst

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:29:18 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.4.0
in repository yara.

commit c1b52ace536a0e366197abc4a6fb78c574b8fc2a
Author: Ivan Kwiatkowski <justicerage at manalyzer.org>
Date:   Mon Mar 23 17:18:52 2015 +0100

    Update writingmodules.rst
    
    Fixed an error in the module documentation preventing an example from compiling.
---
 docs/writingmodules.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/writingmodules.rst b/docs/writingmodules.rst
index 379df90..6fa67d5 100644
--- a/docs/writingmodules.rst
+++ b/docs/writingmodules.rst
@@ -61,7 +61,7 @@ as our starting point. The file looks like this:
         void* module_data,
         size_t module_data_size)
     {
-      set_string("Hello World!", module, "greeting");
+      set_string("Hello World!", module_object, "greeting");
       return ERROR_SUCCESS;
     }
 

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