Changeset 35789 for trunk/ippTools/src/chiptool.c
- Timestamp:
- Jul 10, 2013, 12:08:57 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptool.c
r35691 r35789 2018 2018 PXOPT_LOOKUP_STR(class_id, config->args, "-class_id", false, false); 2019 2019 PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false); 2020 PXOPT_LOOKUP_S16(update_mode, config->args, "-set_update_mode", false, false); 2020 2021 2021 2022 psString query = pxDataGet("chiptool_setimfiletoupdate.sql"); … … 2029 2030 psStringAppend(&setHook, "\n , chipRun.label = '%s'", label); 2030 2031 } 2032 // always set update_mode. If user has not supplied it zero is the right answer. 2033 psStringAppend(&setHook, "\n, chipRun.update_mode = %d", update_mode); 2031 2034 2032 2035 if (class_id) {
Note:
See TracChangeset
for help on using the changeset viewer.
