Author: radzio                       Date: Mon Feb 28 00:01:00 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
 - there is no APR_STATUS_IS_SUCCESS in apr-1

---- Files affected:
SOURCES:
   rapidsvn-apr-1.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/rapidsvn-apr-1.patch
diff -u /dev/null SOURCES/rapidsvn-apr-1.patch:1.1
--- /dev/null   Mon Feb 28 01:01:00 2005
+++ SOURCES/rapidsvn-apr-1.patch        Mon Feb 28 01:00:55 2005
@@ -0,0 +1,12 @@
+diff -Naur rapidsvn-0.7.2.orig/src/svncpp/path.cpp 
rapidsvn-0.7.2/src/svncpp/path.cpp
+--- rapidsvn-0.7.2.orig/src/svncpp/path.cpp    2004-12-24 14:22:37.000000000 
+0100
++++ rapidsvn-0.7.2/src/svncpp/path.cpp 2005-01-25 15:36:17.582221904 +0100
+@@ -259,7 +259,7 @@
+     Pool pool;
+ 
+     apr_status_t stat = apr_temp_dir_get (&tempdir, pool);
+-    if (!APR_STATUS_IS_SUCCESS(stat))
++    if (stat != APR_SUCCESS)
+     {
+       tempdir = NULL;
+     }
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to