mirror of
https://github.com/Motion-Project/motion.git
synced 2026-04-18 21:17:04 -04:00
Fix for crash accessing camera_id / corrupt config files
The help comment didn't contain the necessary #s at the beginning. Fixes #200
This commit is contained in:
6
conf.c
6
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,
|
||||
|
||||
Reference in New Issue
Block a user