Skip to content

Commit b1d81c7

Browse files
committed
Issue #18. Make compiler quiet.
1 parent dfdebfc commit b1d81c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ get_control_value(const char *str, const char *name,
718718
char *name_ptr = (char *) name;
719719
char *buf = (char *) str;
720720
char buf_uint64[32], /* Buffer for "value_uint64" */
721-
*buf_uint64_ptr;
721+
*buf_uint64_ptr = buf_uint64;
722722

723723
/* Set default values */
724724
if (value_str)

0 commit comments

Comments
 (0)