- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/opihi/dvo/dbCmdlineFields.c
r20936 r27838 55 55 dbInitField (&fields[0]); 56 56 57 // examine each argv[i] entry until we reach a 'where' or a 'matched' 57 status = FALSE; 58 59 // examine each argv[i] entry until we reach a 'where', a 'matched', or the end of the line 58 60 for (i = 1; (i < argc) && strcasecmp (argv[i], "where") && strcasecmp (argv[i], "match"); i++) { 59 61 // split the word by ","
Note:
See TracChangeset
for help on using the changeset viewer.
