Changeset 263 for branches/branch-1-0/src/helpers/stringh.c
- Timestamp:
- Nov 10, 2004, 4:58:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/stringh.c
r196 r263 1324 1324 // or, if the data is enclosed in quotes, a quote 1325 1325 cEnd = '\"'; 1326 pParam++; 1327 } 1328 1329 // V1.0.3 (2004-11-10) [pr]: @@fixes 461 1330 if (*pParam == '\'') 1331 { 1332 // or, if the data is enclosed in single quotes, a single quote 1333 cEnd = '\''; 1326 1334 pParam++; 1327 1335 }
Note:
See TracChangeset
for help on using the changeset viewer.