Commit 75b900a3 authored by dscho's avatar dscho

fix call to alert()

parent 84b3a4a7
...@@ -169,7 +169,7 @@ while(1) { ...@@ -169,7 +169,7 @@ while(1) {
#0, 0, 1, 10); #0, 0, 1, 10);
if ($res == 0) { if ($res == 0) {
nacro::alert($vnc, "Error displaying " nacro::alert($vnc, "Error displaying "
. $pnm); . $pnm, 10);
} }
} else { } else {
nacro::alert($vnc,"Unknown key",10); nacro::alert($vnc,"Unknown key",10);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment