+2005-05-06 Helge Hess <helge.hess@opengroupware.org>
+
+ * libxmlSAXDriver.m: minor improvements to error messages (v4.5.19)
+
2005-05-03 Helge Hess <helge.hess@opengroupware.org>
* fixed loads of gcc 4.0 warnings (v4.5.18)
nil];
e = (id)[SaxParseException exceptionWithName:@"SaxIOException"
- reason:@"can't handle data-source"
+ reason:@"cannot handle data-source"
userInfo:ui];
[self->errorHandler fatalError:e];
}
/* zero-terminate the data !!! */
- src = malloc(len + 1);
+ src = malloc(len + 2);
[_source getBytes:src length:len];
src[len] = '\0';
start = src;
nil];
e = (id)[SaxParseException exceptionWithName:@"SaxIOException"
- reason:@"can't handle system-id"
+ reason:@"cannot handle system-id"
userInfo:ui];
[self->errorHandler fatalError:e];
cwd = [[NSFileManager defaultManager] currentDirectoryPath];
if (parser == nil) {
- fprintf(stderr, "could not load a SAX driver bundle !\n");
+ fprintf(stderr, "could not load a SAX driver bundle!\n");
exit(2);
}