Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
change forgotten 184 to 173
Browse files Browse the repository at this point in the history
  • Loading branch information
Unia committed Oct 13, 2013
1 parent 6cab72a commit 099baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dwmst.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 099baa8

Please sign in to comment.