mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-07 04:20:53 +08:00
Bugfix: Stack overflow.
This commit is contained in:
@@ -888,7 +888,7 @@ namespace openalprnet {
|
|||||||
|
|
||||||
void SetDebug(bool value)
|
void SetDebug(bool value)
|
||||||
{
|
{
|
||||||
this->SetDebug(value);
|
this->m_config->setDebug(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
String^ GetKeypointsRuntimeDir()
|
String^ GetKeypointsRuntimeDir()
|
||||||
|
Reference in New Issue
Block a user