Changeset 4825
- Timestamp:
- Apr 24, 2014 9:39:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib-util/src/pjlib-util/cli.c
r4589 r4825 1138 1138 pj_status_t status; 1139 1139 PJ_ASSERT_RETURN(cmd && pool && info && cmd_val, PJ_EINVAL); 1140 1141 if (p_cmd)1142 *p_cmd = cmd;1143 1140 1144 1141 /* Get matching command */ … … 1320 1317 if (status != PJ_SUCCESS) 1321 1318 return status; 1322 } 1323 1319 } 1320 1324 1321 status = get_pattern_match_cmds(cmd, prefix, pool, p_cmd, 1325 1322 parse_mode, info);
Note: See TracChangeset
for help on using the changeset viewer.