]> git.pld-linux.org Git - packages/cvsnt.git/blame - cxx.patch
rel 17
[packages/cvsnt.git] / cxx.patch
CommitLineData
77e72c74
JR
1--- cvsnt-2.5.05.3744/cvsapi/mdns.cpp.orig 2006-07-12 15:38:09.000000000 +0200
2+++ cvsnt-2.5.05.3744/cvsapi/mdns.cpp 2018-03-18 22:44:15.595819988 +0100
3@@ -35,7 +35,7 @@
4 cvs::string tmp = type;
5 tmp+=SHARED_LIBRARY_EXTENSION;
6 if(!la.Load(tmp.c_str(),dir))
7- return false;
8+ return NULL;
9 pNewMdnsHelper = (CMdnsHelperBase*(*)())la.GetProc("CreateHelper");
10 if(!pNewMdnsHelper)
11 return NULL;
12--- cvsnt-2.5.05.3744/cvsapi/SqlConnection.cpp~ 2006-07-14 15:35:28.000000000 +0200
13+++ cvsnt-2.5.05.3744/cvsapi/SqlConnection.cpp 2018-03-18 22:44:52.440169383 +0100
14@@ -35,7 +35,7 @@
15
16 CServerIo::trace(3,"Connecting to %s",db);
17 if(!la.Load(name.c_str(),dir))
18- return false;
19+ return NULL;
20 pNewSqlConnection = (CSqlConnection*(*)())la.GetProc("CreateConnection");
21
22 if(!pNewSqlConnection)
23--- cvsnt-2.5.05.3744/diff/unicodeapi.cpp~ 2018-03-20 01:02:30.000000000 +0100
24+++ cvsnt-2.5.05.3744/diff/unicodeapi.cpp 2018-03-20 01:02:48.344855888 +0100
25@@ -1,5 +1,4 @@
26 #include <config.h>
27-#include <system.h>
28 #include <string.h>
29 #ifdef HAVE_MALLOC_H
30 #include <malloc.h>
This page took 0.097321 seconds and 4 git commands to generate.