From: Pekka Riikonen Date: Thu, 17 Oct 2002 16:11:38 +0000 (+0000) Subject: Fixed comment. X-Git-Tag: silc.client.0.9.6~2 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=67431e049052a3af4e3bfcdf9f975162be5912fd;p=silc.git Fixed comment. --- diff --git a/lib/silcutil/silcfileutil.h b/lib/silcutil/silcfileutil.h index f388e25a..79e00dfc 100644 --- a/lib/silcutil/silcfileutil.h +++ b/lib/silcutil/silcfileutil.h @@ -108,7 +108,10 @@ int silc_file_close(int fd); * DESCRIPTION * * Reads the content of `filename' to a buffer. The allocated buffer is - * returned. + * returned. This does not NULL terminate the buffer but EOF terminate + * it. The caller must replace the EOF with NULL if the buffer must be + * NULL terminated. + * * If the `return_len' pointer is not NULL, it's filled with the length of * the file. *