mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
some compil warning fixes
This commit is contained in:
@@ -233,7 +233,7 @@ void CShellWindow::showResult()
|
||||
show_button = true;
|
||||
}
|
||||
else if (mode & ACKNOWLEDGE_EVENT){
|
||||
if (*res != 0){
|
||||
if (res && *res != 0){
|
||||
OnResultError(res);
|
||||
if (OnResultError.empty())
|
||||
DisplayErrorMessage("Error while execution of task. Please see window for details!");
|
||||
|
Reference in New Issue
Block a user