"parameter"
Am 11.06.2013 07:15, schrieb liguang:
> type last parameter of vnc_connect if bool,
"Type of last ...", "is"
> so pass 'false' instead of '0' for it.
>
> Signed-off-by: liguang
Michael, can you fix those up? Then,
Reviewed-by: Andreas Färber
Thanks,
Andreas
> ---
> ui/vnc.c |
type last parameter of vnc_connect if bool,
so pass 'false' instead of '0' for it.
Signed-off-by: liguang
---
ui/vnc.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/vnc.c b/ui/vnc.c
index dfc7459..7d22660 100644
--- a/ui/vnc.c
+++ b/ui/vnc.c
@@ -3283,7 +3283,7 @@