aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/firejail/x11.c b/src/firejail/x11.c
index 0f7ea56b6..49af2eff4 100644
--- a/src/firejail/x11.c
+++ b/src/firejail/x11.c
@@ -798,7 +798,7 @@ void x11_start_xpra(int argc, char **argv) {
798 } 798 }
799 firejail_argv[pos] = NULL; 799 firejail_argv[pos] = NULL;
800 800
801 assert(pos < (argc+2)); 801 assert((int) pos < (argc+2));
802 assert(!firejail_argv[pos]); 802 assert(!firejail_argv[pos]);
803 803
804 // start jail 804 // start jail