From 02e03fcb67ee3ee37ff7bd5f287a7c53ca55f97e Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 26 Jul 2012 16:09:28 -0400 Subject: Oops broke the last commit --- about.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about.c b/about.c index 6e84629..ed3673c 100644 --- a/about.c +++ b/about.c @@ -1937,7 +1937,7 @@ startpage_add(const char *fmt, ...) return; va_start(ap, fmt); - if (msg = g_strdup_vprintf(fmt, ap) == NULL) + if ((msg = g_strdup_vprintf(fmt, ap)) == NULL) errx(1, "startpage_add failed"); va_end(ap); -- cgit 1.4.1-2-gfad0