Well - somewhere something muked with that message... Anyway, here's the patch, one more time, in case it's hard to get out of the screwed-up MIME encapsulation.
-- Phil Dibowitz p...@ipom.com Open Source software and tech docs Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Never write it in C if you can do it in 'awk'; Never do it in 'awk' if 'sed' can handle it; Never use 'sed' when 'tr' can do the job; Never invoke 'tr' when 'cat' is sufficient; Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming
Index: libconcord/libusb/libusbhid.cpp =================================================================== RCS file: /cvsroot/concordance/concordance/libconcord/libusb/libusbhid.cpp,v retrieving revision 1.18 diff -u -r1.18 libusbhid.cpp --- libconcord/libusb/libusbhid.cpp 11 Apr 2008 05:05:26 -0000 1.18 +++ libconcord/libusb/libusbhid.cpp 27 Aug 2009 19:27:24 -0000 @@ -178,7 +180,8 @@ } } - if (ep_read == -1 || ep_write == -1) return 1; + //if (ep_read == -1 || ep_write == -1) return 1; + if (ep_write == -1) return 1; // Fill in hid_info
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel