handle any object type in mdb-prop

This commit is contained in:
brianb
2004-05-02 11:39:25 +00:00
parent 8c54cf8331
commit 50a94fdccf
4 changed files with 17 additions and 7 deletions

View File

@@ -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);