aboutsummaryrefslogtreecommitdiffstats
path: root/beepmp/beepmp/bugfix.patch
blob: 8a6347650cfe2a0959e1de46eef49da19e672864 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- bmp-0.9.7/beep/skin.c	2004-06-24 09:36:35.000000000 -0700
+++ bmp-0.9.7.new/beep/skin.c	2004-06-28 15:29:16.295059688 -0700
@@ -482,7 +482,7 @@
     bmp_active_skin = skin_new();
 
     if (!bmp_active_skin_load(path)) {
-        g_message("Unable to load skin (%s), trying default...", path);
+        g_message("Unable to load skin (%s), trying default...", path ? path : "NULL");
 
         /* can't load configured skin, retry with default */
         if (!bmp_active_skin_load(BMP_DEFAULT_SKIN_PATH)) {