Changeset 184 for trunk/thune/encoding.c
- Timestamp:
- 06/12/06 01:58:22 (3 years ago)
- Files:
-
- 1 modified
-
trunk/thune/encoding.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/thune/encoding.c
r171 r184 44 44 } 45 45 46 ur_ setType(tos, UT_WORD);46 ur_initType(tos, UT_WORD); 47 47 ur_setUnbound(tos, atom); 48 48 } 49 49 else 50 50 { 51 ur_ setType(tos, UT_NONE);51 ur_initType(tos, UT_NONE); 52 52 } 53 53 } … … 153 153 set_result: 154 154 155 ur_ setType(res, UT_STRING);155 ur_initType(res, UT_STRING); 156 156 ur_setEncoding(res, enc); 157 157 ur_setSeries(res, strN, 0);
