On 2003/12/22, at 3:22, Ilia Alshanetsky wrote:


+       default:
+               return;
        }

xmlSchemaSetParserErrors(parser,
@@ -1609,6 +1611,8 @@
/* If loading from memory, we need to set the base directory for the document
but it is not apparent how to do that for schema's */
break;
+ default:
+ return;
}

Although I didn't look at the source code, shouldn't these be "break" instead of "return"? Please ignore if I'm wrong about this.

Moriyoshi

--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to