From 099baa815707dd90102fe209fc9ecc36d7c4e84c Mon Sep 17 00:00:00 2001 From: Unia Date: Mon, 14 Oct 2013 00:29:11 +0200 Subject: [PATCH] change forgotten 184 to 173 --- dwmst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmst.c b/dwmst.c index 7691a1c..d53591c 100644 --- a/dwmst.c +++ b/dwmst.c @@ -15,7 +15,7 @@ char *get_aud (char *buf, DBusGProxy *session) { psong = audacious_remote_get_playlist_title (session, audacious_remote_get_playlist_pos (session)); if (psong) { - snprintf (buf, 184, AUD_STR, psong); + snprintf (buf, 173, AUD_STR, psong); free (psong); } else snprintf (buf, 1, NO_AUD_STR);