Changeset 450 for branches/thune/thread_safe/files.c
- Timestamp:
- 08/11/07 04:53:46 (16 months ago)
- Files:
-
- 1 modified
-
branches/thune/thread_safe/files.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/thune/thread_safe/files.c
r447 r450 661 661 unsigned int blen; 662 662 663 if( ur_ seriesMem( ut, tos, &cpA, &cpB ) )663 if( ur_binaryMem( ut, tos, &cpA, &cpB ) ) 664 664 { 665 665 if( cpA ) … … 807 807 res = UR_TOS; 808 808 809 if( ur_ seriesMem( ut, res, &cpA, &cpB ) )809 if( ur_binaryMem( ut, res, &cpA, &cpB ) ) 810 810 { 811 811 switch( ur_atom(tos) )
