Changeset 26042 for trunk/ippScripts/scripts/dist_bundle.pl
- Timestamp:
- Nov 5, 2009, 9:37:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/dist_bundle.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/dist_bundle.pl
r26029 r26042 102 102 $ipprc->define_camera($camera); 103 103 104 my $mdcParser = PS::IPP::Metadata::Config->new; # Parser for metadata config files105 106 104 # making a clean bundle of raw images doesn't make sense 107 105 … … 299 297 } else { 300 298 # no files for this component 299 # XXX: Does this ever happen? 301 300 $file_name = "none"; 302 301 $bytes = 0; 303 302 $md5sum = "0"; 304 303 } 304 305 print "bundleResults MULTI\n\n"; 306 print "bundleResults METADATA\n"; 307 print " name STR $file_name\n"; 308 print " bytes S64 $bytes\n"; 309 print " md5sum STR $md5sum\n"; 310 print "END\n\n"; 305 311 306 312 exit 0;
Note:
See TracChangeset
for help on using the changeset viewer.
