Changeset 5926
- Timestamp:
- Jan 6, 2006, 11:35:14 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/time.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/time.c
r5918 r5926 265 265 p1 = date; 266 266 if (p1 == NULL) return 0; 267 if (*p1 == '"') p1++; 267 268 /* ignore standard leading quoting options: " ' ( */ 269 if (*p1 == 0x22) p1++; /* " */ 270 if (*p1 == 0x27) p1++; /* ' */ 271 if (*p1 == 0x28) p1++; /* ( */ 268 272 269 273 px = p1 + strlen(p1);
Note:
See TracChangeset
for help on using the changeset viewer.
