Merge branch 'master' into no-glib

This commit is contained in:
Evan Miller
2020-08-04 23:53:50 -04:00
12 changed files with 91 additions and 12 deletions

View File

@@ -122,6 +122,7 @@ FILE *cfile;
fprintf (cfile, "\tdump_string (x.");
break;
default:
fprintf(stderr, "ERROR: unsupported type: 0x%02x\n", col->col_type);
unsupported = 1;
break;
}
@@ -147,8 +148,6 @@ FILE *cfile;
mdb_close (mdb);
if (unsupported)
fputs("ERROR: unsupported type.\n", stderr);
exit(unsupported);
}