Changeset 453 for branches/thune/thread_safe/stdio.c
- Timestamp:
- 08/25/07 22:49:09 (15 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/stdio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/stdio.c
r387 r453 1 1 /*============================================================================ 2 2 Urlan Interpreter 3 Copyright (C) 2005-200 6Karl Robillard3 Copyright (C) 2005-2007 Karl Robillard 4 4 5 5 This library is free software; you can redistribute it and/or … … 145 145 if( cp ) 146 146 { 147 UIndex strN = ur_makeString( cp, -1 ); 148 149 ur_initType( tos, UT_STRING ); 150 ur_setSeries( tos, strN, 0 ); 147 ur_makeString( tos, cp, -1 ); 151 148 return; 152 149 }
