Added call to new Listener::OnStart() method.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6010 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
94baad5172
commit
92518a87bc
@ -215,9 +215,9 @@ UdfBuilder::Build()
|
||||
// Udf::extent_address rootDirentExtent;
|
||||
|
||||
|
||||
_OutputFile().Seek(0, SEEK_SET);
|
||||
_PrintUpdate(VERBOSITY_LOW, "Output file: `%s'", fOutputFilename.c_str());
|
||||
|
||||
_OutputFile().Seek(0, SEEK_SET);
|
||||
fListener.OnStart(fRootDirectoryName.c_str(), fOutputFilename.c_str(),
|
||||
_UdfVolumeName().Utf8());
|
||||
|
||||
_PrintUpdate(VERBOSITY_LOW, "Initializing volume");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user