We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f01565 commit 43bdcbdCopy full SHA for 43bdcbd
1 file changed
src/motionplus.cpp
@@ -370,7 +370,7 @@ static void motpls_allcams_init(ctx_motapp *motapp)
370
if (it->param_name == "col") {
371
motapp->cam_list[indx]->all_loc.col = mtoi(it->param_value);
372
}
373
- if (it->param_name,"offset_col") {
+ if (it->param_name == "offset_col") {
374
motapp->cam_list[indx]->all_loc.offset_user_col =
375
mtoi(it->param_value);
376
0 commit comments