mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
handle any object type in mdb-prop
This commit is contained in:
@@ -108,7 +108,6 @@ main (int argc, char **argv)
|
||||
fprintf (stderr, "Valid types are: %s\n",valid_types());
|
||||
exit(1);
|
||||
}
|
||||
printf("objtype is %d\n", objtype);
|
||||
break;
|
||||
case 'd':
|
||||
delimiter = (char *) malloc(strlen(optarg)+1);
|
||||
|
||||
Reference in New Issue
Block a user