mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 04:26:52 +08:00
Fixed incorrect return code on makedir
This commit is contained in:
@@ -233,7 +233,7 @@ namespace alpr
|
|||||||
if (status == 0)
|
if (status == 0)
|
||||||
status = makeDir(path, mode);
|
status = makeDir(path, mode);
|
||||||
free(copypath);
|
free(copypath);
|
||||||
return (status);
|
return (status == 0);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user