sync new library interface function across all interfaced derived packages

This commit is contained in:
Axel Kohlmeyer
2025-03-24 04:33:27 -04:00
parent 15cdba0bf0
commit e0322b96ec
6 changed files with 24 additions and 5 deletions

View File

@ -320,7 +320,7 @@ void Error::set_last_error(const char *msg, ErrorType type)
int Error::set_show_error(const int flag)
{
int oldflag = show_error
int oldflag = showerror;
showerror = flag;
return oldflag;
}