From b7d3a2f80eb612cc04434d2f0fca66e368cc644b Mon Sep 17 00:00:00 2001 From: Peter Johnson Date: Thu, 27 Oct 2005 03:34:54 +0000 Subject: [PATCH] * bytecode.h (yasm_dv_create_string): Fix up documentation. svn path=/trunk/yasm/; revision=1294 --- libyasm/bytecode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libyasm/bytecode.h b/libyasm/bytecode.h index f9bca56e..7408d9bb 100644 --- a/libyasm/bytecode.h +++ b/libyasm/bytecode.h @@ -336,7 +336,8 @@ yasm_bc_resolve_flags yasm_bc_resolve(yasm_bytecode *bc, int save, yasm_dataval *yasm_dv_create_expr(/*@keep@*/ yasm_expr *expn); /** Create a new data value from a string. - * \param str_val string + * \param contents string (raw, may contain NULs) + * \param len length of string * \return Newly allocated data value. */ yasm_dataval *yasm_dv_create_string(/*@keep@*/ char *contents, size_t len); -- 2.40.0