[PATCH 4/4] asbeats: Add format string to fprintf().

Doug Torrance <[email protected]>
Newsgroups gmane.compw.window-managers.windowmaker.devel
Message-ID <[email protected]>
---
 asbeats/asbeats.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asbeats/asbeats.c b/asbeats/asbeats.c
index 378e74b..647dbc7 100644
--- a/asbeats/asbeats.c
+++ b/asbeats/asbeats.c
@@ -193,7 +193,7 @@ static void CreatePixmap(Display *dpy, Window Root, char **data, XpmIcon* icon)
 		&(icon->mask),&(icon->attributes));
 	if(ret != XpmSuccess)
 	{
-		fprintf(stderr,ERR_colorcells);
+		fprintf(stderr,"%s",ERR_colorcells);
 		exit(1);
 	}
 }
-- 
2.7.4


-- 
To unsubscribe, send mail to [email protected].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.