Changeset 285
- Timestamp:
- 06/02/10 20:30:03 (20 months ago)
- Files:
-
- 1 modified
-
trunk/src/ows/ows_request.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ows/ows_request.c
r278 r285 112 112 * Simple callback used to catch error and warning from libxml2 schema 113 113 * validation 114 * If OWS_DEBUG mode output to stderr, else do nothing115 114 */ 116 115 static void libxml2_callback (void * ctx, const char * msg, ...) {