*** empty log message ***

This commit is contained in:
2005-06-08 03:19:31 +00:00
parent 49374ba69c
commit 785370660b
4 changed files with 11 additions and 6 deletions

View File

@ -108,7 +108,7 @@ int xp_main (int argc, xp_char_t* argv[])
*/
if (xp_stx_parser_open(&parser) == XP_NULL) {
if (xp_stx_parser_open(&parser, XP_NULL) == XP_NULL) {
xp_printf (XP_TEXT("cannot open parser\n"));
return -1;
}