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

No commit message

No commit message
parent 501da82c
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ char *cdiStringError(int cdiErrno)
static char _EUNC4[] = "Unsupported netCDF4 structure";
static char _ELIMIT[] = "Internal limits exceeded";
printf("cdiErrno: %d\n", cdiErrno);
printf("errno: %d\n", errno);
switch (cdiErrno) {
case CDI_ESYSTEM:
{
......
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