mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
523 B
C++
14 lines
523 B
C++
$NetBSD: patch-src_zm__timer.h,v 1.1 2013/03/24 16:47:47 joerg Exp $
|
|
|
|
--- src/zm_timer.h.orig 2008-07-25 09:33:24.000000000 +0000
|
|
+++ src/zm_timer.h
|
|
@@ -30,7 +30,7 @@ private:
|
|
class TimerException : public Exception
|
|
{
|
|
public:
|
|
- TimerException( const std::string &message ) : Exception( stringtf( "(%d) "+message, (long int)syscall(224) ) )
|
|
+ TimerException( const std::string &message ) : Exception( stringtf( ("(%d) "+message).c_str(), (long int)syscall(224) ) )
|
|
{
|
|
}
|
|
};
|