Added volume name parameters passed to UdfBuilder constructor.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5590 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1801834fb1
commit
bc5d496f81
@ -36,7 +36,7 @@ Shell::Run(int argc, char *argv[])
|
||||
if (!error) {
|
||||
ConsoleListener listener(fVerbosityLevel);
|
||||
UdfBuilder builder("./output.img", fBlockSize, fDoUdf, fDoIso,
|
||||
listener);
|
||||
"UDF Volume", "ISO_VOLUME", listener);
|
||||
error = builder.InitCheck();
|
||||
if (!error)
|
||||
error = builder.Build();
|
||||
|
Loading…
x
Reference in New Issue
Block a user