Skip to content
Snippets Groups Projects
Commit 4bbb7d94 authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

cdiDebug: check level

parent 2ef97049
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!32M214003/develop
Pipeline #30484 passed
......@@ -209,6 +209,7 @@ cdiPrintDatatypes(void)
void
cdiDebug(int level)
{
if (level < 0) return;
unsigned ulevel = (unsigned) level;
if (ulevel == 1 || (ulevel & 2)) CDI_Debug = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment