summaryrefslogtreecommitdiff
path: root/beepmp
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /beepmp
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'beepmp')
-rw-r--r--beepmp/beepmp/bugfix.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/beepmp/beepmp/bugfix.patch b/beepmp/beepmp/bugfix.patch
index e69de29bb2..8a6347650c 100644
--- a/beepmp/beepmp/bugfix.patch
+++ b/beepmp/beepmp/bugfix.patch
@@ -0,0 +1,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)) {