Changeset 387 for branches/thune/thread_safe/encoding.c
- Timestamp:
- 05/17/07 16:25:27 (18 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/encoding.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/encoding.c
r274 r387 76 76 res = UR_TOS; 77 77 78 if( ur_isAWord(tos) && ur_stringSlice( res, &cpA, &cpB) )78 if( ur_isAWord(tos) && ur_stringSlice(ut, res, &cpA, &cpB) ) 79 79 { 80 80 count = cpB - cpA;
