Changeset 15300 for trunk/psModules/src/concepts/pmConceptsStandard.c
- Timestamp:
- Oct 12, 2007, 9:26:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r15299 r15300 332 332 psList *p_pmConceptParseRegions(const char *region) 333 333 { 334 assert(region && strlen(region) > 0);335 336 334 psList *list = psListAlloc(NULL); // List of regions 335 if (!region || strlen(region) == 0) { 336 // Empty list 337 return list; 338 } 337 339 338 340 // a single BIASSEC is of the form [AAAA]
Note:
See TracChangeset
for help on using the changeset viewer.
