From: Richard Jones Date: Sun, 13 Jun 2010 18:38:09 +0000 (+0100) Subject: hivex_value_type: Returns -1 on error. Fix documentation. X-Git-Tag: 1.2.3~8 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5e804d7c421c344c0363e94206a38b0a0d06d493;p=hivex.git hivex_value_type: Returns -1 on error. Fix documentation. --- diff --git a/generator/generator.ml b/generator/generator.ml index e1e957a..5a0ab6e 100755 --- a/generator/generator.ml +++ b/generator/generator.ml @@ -990,7 +990,7 @@ On error this returns NULL and sets errno.\n\n" | RLenType -> pr "\ Returns 0 on success. -On error this returns NULL and sets errno.\n\n" +On error this returns -1 and sets errno.\n\n" | RLenTypeVal -> pr "\ The value is returned as an array of bytes (of length C).