On Tue, Aug 15, 2006, Keith Bennett wrote:
> Here is the tags patch against the current repository.

Sorry about this. Just noticed a mistake in that last patch.
Here is the correction.

Keith.
# HG changeset patch
# User Keith Bennett <[EMAIL PROTECTED]>
# Node ID 731bae93d6860e55a61ff33d15b0fae3f9357faf
# Parent  71fe2a2bed8beeed7a27f51ec31c79f807b278d7
Fixed bug introduced by previous patch

diff -r 71fe2a2bed8b -r 731bae93d686 src/rio_rw.c
--- a/src/rio_rw.c      Tue Aug 15 17:42:12 2006
+++ b/src/rio_rw.c      Tue Aug 15 18:12:46 2006
@@ -175,9 +175,8 @@
         }
     }
 
-    new_fid=lk_properties_new_property(); 
     /* uses lk_properties_getnextfid()...*/
-    props=lk_properties_idsearch(new_fid);
+    props=lk_properties_idsearch(fid);
     if(props==NULL){
         if (usb) {
             unlink(filename);
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
linux-karma-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linux-karma-devel

Reply via email to