Changeset 263 for trunk/src/helpers/stringh.c
- Timestamp:
- Nov 10, 2004, 4:58:44 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/stringh.c
r245 r263 1498 1498 // or, if the data is enclosed in quotes, a quote 1499 1499 cEnd = '\"'; 1500 pParam++; 1501 } 1502 1503 // V1.0.3 (2004-11-10) [pr]: @@fixes 461 1504 if (*pParam == '\'') 1505 { 1506 // or, if the data is enclosed in single quotes, a single quote 1507 cEnd = '\''; 1500 1508 pParam++; 1501 1509 }
Note:
See TracChangeset
for help on using the changeset viewer.