Changeset 9764 for trunk/ippTools/src/regtool.c
- Timestamp:
- Oct 26, 2006, 6:00:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/regtool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/regtool.c
r9691 r9764 680 680 PS_ASSERT_PTR_NON_NULL(exp, NULL); 681 681 682 // optional 683 bool status = false; 684 psString label = psMetadataLookupStr(&status, config->args, "-label"); 685 if (!status) { 686 psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -label"); 687 return false; 688 } 689 682 690 return p2PendingExpRowAlloc( 683 691 exp->exp_tag, 684 692 "my recipe", 685 693 0xff, // XXX calc version number 686 0xff // XXX calc version number 694 0xff, // XXX calc version number 695 label 687 696 ); 688 697 }
Note:
See TracChangeset
for help on using the changeset viewer.
