diff --git a/client/display.c b/client/display.c index 64125934..628b5912 100644 --- a/client/display.c +++ b/client/display.c @@ -194,7 +194,7 @@ void display_refresh_set_cmd(const char *family, const char *entity, for (i = 0; i < argc; i++) { bool needs_quotes = false; - char *p = argv[i]; + char *p; for (p = argv[i]; *p != '\0'; p++) { if (*p != ' ')