Magellan Linux

Annotation of /trunk/vnc/patches/vnc-vsnprintf.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 371 byte(s)
-import

1 niro 153 --- common/rfb/Logger.cxx.vsnprintf 2007-02-26 12:29:25.000000000 +0100
2     +++ common/rfb/Logger.cxx 2007-02-26 12:30:03.000000000 +0100
3     @@ -34,7 +34,7 @@
4    
5     using namespace rfb;
6    
7     -#ifndef HAVE_VSNPRINTF
8     +/*#ifndef HAVE_VSNPRINTF
9     #ifdef __RFB_THREADING_IMPL
10     static Mutex fpLock;
11     #endif
12     @@ -63,7 +63,7 @@
13     return len;
14     }
15     #endif
16     -
17     +*/
18    
19     Logger* Logger::loggers = 0;
20