Changeset 173 in dev for trunk/jenga/src/smoothie/Namespace.cpp
- Timestamp:
- Jun 20, 2007, 3:38:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/jenga/src/smoothie/Namespace.cpp
r170 r173 129 129 if( source[i] == 1 && source[i+1] == ESC_NAMESPACE ){ 130 130 for(i+=2,i2=0;;i2++,i++){ 131 if( BasicSource::IsCommandDelimitation( source[i] ) ){131 if( IsCommandDelimitation( source[i] ) ){ 132 132 temporary[i2]=0; 133 133 break;
Note:
See TracChangeset
for help on using the changeset viewer.