Changeset 19569
- Timestamp:
- Sep 15, 2008, 5:07:02 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/dvo/dbCmdlineFields.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/dvo/dbCmdlineFields.c
r14590 r19569 14 14 dbInitField (&fields[0]); 15 15 16 // examine each argv[i] entry until we reach a where17 for (i = 1; (i < argc) && strcasecmp (argv[i], "where") ; i++) {16 // examine each argv[i] entry until we reach a 'where' or a 'matched' 17 for (i = 1; (i < argc) && strcasecmp (argv[i], "where") && strcasecmp (argv[i], "matched"); i++) { 18 18 // split the word by "," 19 19 p = argv[i]; … … 50 50 } 51 51 52 // require 'where' before boolean math 52 // require 'where' or 'matched to' before boolean math 53 XXX push this to a test up one level 53 54 if (i != argc) { 54 55 if (strcasecmp(argv[i], "where")) {
Note:
See TracChangeset
for help on using the changeset viewer.
