corrected wrong char input due to absence of __scanf_end()

This commit is contained in:
Sylvain PILLOT 2023-02-17 22:32:13 +01:00
parent 0e05fe1d67
commit 3ed385b29f
1 changed files with 2 additions and 0 deletions

View File

@ -147,5 +147,7 @@ int __scanf(
if (err!=0) break; // an error occured somewhere whiloe parsing the values
}
__scanf_end( in );
return ret;
}