From a73e8f1328a247766f4ff78fdc73b38488dec385 Mon Sep 17 00:00:00 2001 From: Jeff Peeler Date: Fri, 8 Mar 2019 22:06:38 -0500 Subject: fix "directive argument is null" errors --- sway/input/seat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sway/input') diff --git a/sway/input/seat.c b/sway/input/seat.c index 9888ddfc..245326a1 100644 --- a/sway/input/seat.c +++ b/sway/input/seat.c @@ -705,8 +705,7 @@ void seat_configure_xcursor(struct sway_seat *seat) { seat->cursor->xcursor_manager = wlr_xcursor_manager_create(cursor_theme, 24); if (sway_assert(seat->cursor->xcursor_manager, - "Cannot create XCursor manager for theme %s", - cursor_theme)) { + "Cannot create XCursor manager for theme")) { return; } } -- cgit v1.2.3