From bd9028f4a6f2faf2d94cbba8b16dfd6404181d51 Mon Sep 17 00:00:00 2001 From: Joseph Heenan Date: Mon, 26 Sep 2016 09:19:30 +0100 Subject: [PATCH] Fix for crash accessing camera_id / corrupt config files The help comment didn't contain the necessary #s at the beginning. Fixes #200 --- conf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.c b/conf.c index ba275e59..b56071e7 100644 --- a/conf.c +++ b/conf.c @@ -744,9 +744,9 @@ config_param config_params[] = { }, { "camera_id", - "Id used to label the camera when inserting data into SQL or saving the\n" - "camera image to disk. This is better than using thread ID so that there\n" - "always is a consistent label\n", + "# Id used to label the camera when inserting data into SQL or saving the\n" + "# camera image to disk. This is better than using thread ID so that there\n" + "# always is a consistent label", 0, CONF_OFFSET(camera_id), copy_int,