Additional developer warnings

This commit is contained in:
MrDave
2019-12-01 20:04:29 -07:00
committed by Mr-Dave
parent da9401b38e
commit 2cf221e2d1
3 changed files with 3 additions and 3 deletions

View File

@@ -1165,7 +1165,7 @@ static void mlp_setupmode(struct ctx_cam *cam){
if (cam->conf->despeckle_filter != "") {
snprintf(part, 99, _("Raw changes: %5d - changes after '%s': %5d"),
cam->olddiffs, cam->conf->despeckle_filter, cam->current_image->diffs);
cam->olddiffs, cam->conf->despeckle_filter.c_str(), cam->current_image->diffs);
strcat(msg, part);
if (cam->conf->despeckle_filter.find('l') != std::string::npos) {
snprintf(part, 99,_(" - labels: %3d"), cam->current_image->total_labels);