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:
Tyler Dauwalder 2004-01-11 05:39:51 +00:00
parent 94baad5172
commit 92518a87bc

View File

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