mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 00:02:52 +08:00
Fixed string warning
This commit is contained in:
@@ -84,7 +84,7 @@ int main( int argc, const char** argv )
|
||||
|
||||
if (pipeline_data.region_confidence <= 20)
|
||||
{
|
||||
pipeline_data.region_code = 'zz';
|
||||
pipeline_data.region_code = "zz";
|
||||
pipeline_data.region_confidence = 100;
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user