summaryrefslogtreecommitdiffstats
path: root/lib/path.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/path.c')
-rw-r--r--lib/path.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/path.c b/lib/path.c
index 983524ef4..b1d0be9d1 100644
--- a/lib/path.c
+++ b/lib/path.c
@@ -493,6 +493,7 @@ int ul_path_readf(struct path_cxt *pc, char *buf, size_t len, const char *path,
* Returns newly allocated buffer with data from file. Maximal size is BUFSIZ
* (send patch if you need something bigger;-)
*
+ * Returns size of the string!
*/
int ul_path_read_string(struct path_cxt *pc, char **str, const char *path)
{