- Timestamp:
- 05/13/14 14:40:27 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2869 r2941 995 995 { 996 996 String tmp = s.substr( 0, s.find_first_of( "," ) ) ; 997 Char *separators[] = { ":", "#", ".", "_" } ;997 const Char *separators[] = { ":", "#", ".", "_" } ; 998 998 uInt nsep = 4 ; 999 999 for ( uInt i = 0 ; i < nsep ; i++ ) {
Note:
See TracChangeset
for help on using the changeset viewer.