From f1f0fa34cb5017455d73413022ec14d9689f2cda Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 4 Nov 2010 17:13:13 +0000 Subject: [PATCH] fixed: didn't compile git-svn-id: svn://ttmath.org/publicrep/winix/trunk@676 e52654a7-88a9-db11-a3e9-0013d4bc506e --- core/notify.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/notify.cpp b/core/notify.cpp index 214dd25..a4ac563 100755 --- a/core/notify.cpp +++ b/core/notify.cpp @@ -237,10 +237,12 @@ Users::Iterator i; 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: " << system << ", " << system->mounts.pmount << ", " - << config logend; + << config << logend; return; }