I guess what he means is that if -B is given, the following code sets dopt.outputBlobs = false
+ case 'B': /* Don't dump blobs */
+ dopt.outputBlobs = false;
+ break;
Then this IF sets it back to TRUE:
+ if (dopt.include_everything && !dopt.schemaOnly && !dopt.outputBlobs)
dopt.outputBlobs = true;
...making it impossible to turn off dumping of blobs.
--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963