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

@ -61,7 +61,7 @@ typedef struct qse_sed_t qse_sed_t;
enum qse_sed_errnum_t
{
QSE_SED_ENOERR, /**< no error */
QSE_SED_ENOMEM, /**< out of memory */
QSE_SED_ENOMEM, /**< insufficient memory */
QSE_SED_ECMDNR, /**< command '${0}' not recognized */
QSE_SED_ECMDMS, /**< command code missing */
QSE_SED_ECMDIC, /**< command '${0}' incomplete */