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