[redland-dev] Redland for Revolution & questions
Dave Beckett
dave.beckett at bristol.ac.uk
Fri Oct 15 10:51:46 BST 2004
So the fix to this particular crash is in raptor. I doubt it is the cause of your more
problem, but who knows, it might.
Dave
---
--- raptor_xml.c 20 Sep 2004 11:54:23 -0000 1.14
+++ raptor_xml.c 15 Oct 2004 09:49:08 -0000 1.15
@@ -156,7 +156,7 @@
unichar_len=raptor_utf8_to_unicode_char(&unichar, p, l);
if(unichar_len < 0 || unichar_len > l) {
if(error_handler)
- error_handler(error_data, NULL, "Bad UTF-8 encoding.");
+ error_handler(error_data, "Bad UTF-8 encoding.");
return 0;
}
} else {
More information about the redland-dev
mailing list