Merge branch 'development' of ssh://vc.netcitadel.com:2222/var/git/fwbuilder into development

This commit is contained in:
Vadim Kurland
2011-05-05 18:50:59 -07:00
+2 -1
View File
@@ -211,7 +211,8 @@ bool ProjectPanel::fileNew()
if (fwbdebug) if (fwbdebug)
qDebug("ProjectPanel::fileNew() rcs=%p rcs->getFileName()='%s'", qDebug("ProjectPanel::fileNew() rcs=%p rcs->getFileName()='%s'",
rcs, rcs->getFileName().toAscii().constData()); rcs, rcs == 0 ? "<null>" :
rcs->getFileName().toAscii().constData());
return (rcs!=NULL); return (rcs!=NULL);
} }