changed sed03.cpp for the wide character mode

This commit is contained in:
2009-05-31 07:33:08 +00:00
parent d851798b3c
commit 3148407114
3 changed files with 10 additions and 4 deletions

View File

@ -44,7 +44,7 @@ static const qse_char_t* dflerrstr (qse_sed_t* sed, qse_sed_errnum_t errnum)
static const qse_char_t* errstr[] =
{
QSE_T("no error"),
QSE_T("out of memory"),
QSE_T("insufficient memory"),
QSE_T("command '${0}' not recognized"),
QSE_T("command code missing"),
QSE_T("command '${0}' incomplete"),