diff --git a/ase/include/ase/cmn/str.h b/ase/include/ase/cmn/str.h index bdaaf0a1..880ba123 100644 --- a/ase/include/ase/cmn/str.h +++ b/ase/include/ase/cmn/str.h @@ -1,5 +1,5 @@ /* - * $Id: str.h 369 2008-09-22 11:21:08Z baconevi $ + * $Id: str.h 371 2008-09-23 09:36:30Z baconevi $ * * {License} */ @@ -30,7 +30,7 @@ struct ase_str_t }; /* int ase_chartonum (ase_char_t c, int base) */ -#define ASE_CHAR_TO_NUM(c,base) \ +#define ASE_CHARTONUM(c,base) \ ((c>=ASE_T('0') && c<=ASE_T('9'))? ((c-ASE_T('0')=ASE_T('A') && c<=ASE_T('Z'))? ((c-ASE_T('A')+10=ASE_T('a') && c<=ASE_T('z'))? ((c-ASE_T('a')+10