Files
pkgsrc-ng/sysutils/xosview/patches/patch-linux_lmstemp.cc
2013-09-26 17:14:40 +02:00

14 lines
412 B
C++

$NetBSD: patch-linux_lmstemp.cc,v 1.1 2012/09/15 09:03:50 cheusov Exp $
Fix build failure on Linux
--- linux/lmstemp.cc.orig 2006-02-18 05:13:07.000000000 +0000
+++ linux/lmstemp.cc
@@ -29,7 +29,7 @@ LmsTemp::LmsTemp( XOSView *parent, const
<< std::endl;
parent_->done(1);
}
- char *p;
+ const char *p;
if ((p = strrchr(caption,'/')) != 0)
_highest = atoi(p+1);
else