From ccf7230e0b4e74d21ba9030793b4486250d30507 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 20 Aug 2016 07:54:20 -0400 Subject: compile time config option for overlayfs --- src/lib/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/common.c') diff --git a/src/lib/common.c b/src/lib/common.c index fe5c62536..acb6bd3b4 100644 --- a/src/lib/common.c +++ b/src/lib/common.c @@ -241,7 +241,7 @@ int pid_proc_cmdline_x11(const pid_t pid) { i++; if (i >= len) break; - char *arg = buffer + i; + char *arg = (char *)buffer + i; // detect the last command line option if (strcmp(arg, "--") == 0) -- cgit v1.2.3-70-g09d2