Changeset 6108
- Timestamp:
- Jan 20, 2006, 5:10:57 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/chiptoolConfig.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/chiptoolConfig.c
r6107 r6108 31 31 psArgumentRemove (N, &argc, argv); 32 32 if (config->mode) { 33 psAbort ( "p2search", "only one mode selection is allowed");33 psAbort (argv[0], "only one mode selection is allowed"); 34 34 } 35 35 config->mode = P2_MODE_QUICK; … … 38 38 psArgumentRemove (N, &argc, argv); 39 39 if (config->mode) { 40 psAbort ( "p2search", "only one mode selection is allowed");40 psAbort (argv[0], "only one mode selection is allowed"); 41 41 } 42 42 config->mode = P2_MODE_DEFINE; … … 45 45 psArgumentRemove (N, &argc, argv); 46 46 if (config->mode) { 47 psAbort ( "p2search", "only one mode selection is allowed");47 psAbort (argv[0], "only one mode selection is allowed"); 48 48 } 49 49 config->mode = P2_MODE_PENDING; … … 52 52 psArgumentRemove (N, &argc, argv); 53 53 if (config->mode) { 54 psAbort ( "p2search", "only one mode selection is allowed");54 psAbort (argv[0], "only one mode selection is allowed"); 55 55 } 56 56 config->mode = P2_MODE_UPDATE; … … 59 59 psArgumentRemove (N, &argc, argv); 60 60 if (config->mode) { 61 psAbort ( "p2search", "only one mode selection is allowed");61 psAbort (argv[0], "only one mode selection is allowed"); 62 62 } 63 63 config->mode = P2_MODE_UPDATE;
Note:
See TracChangeset
for help on using the changeset viewer.
