fixed: didn't compile

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@676 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-11-04 17:13:13 +00:00
parent 5010ef93e8
commit f1f0fa34cb
1 changed files with 3 additions and 1 deletions

View File

@ -237,10 +237,12 @@ Users::Iterator i;
if( !system || !system->mounts.pmount || !config ) if( !system || !system->mounts.pmount || !config )
{ {
// !! system->mounts.pmount byl czasami null
// !! kiedy dodawana byla funkcja "vim"
log << log1 << "!!! Notify: some objects are not set: " log << log1 << "!!! Notify: some objects are not set: "
<< system << ", " << system << ", "
<< system->mounts.pmount << ", " << system->mounts.pmount << ", "
<< config logend; << config << logend;
return; return;
} }