- Timestamp:
- Jun 7, 2014, 5:37:10 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140423/pstamp/scripts/pstamp_finish.pl
- Property svn:mergeinfo set to
r35409 r36827 211 211 chomp $line; 212 212 my ($img_name, $reported_size, $reported_sum, $filetype) = split '\|', $line; 213 # ... instead let dsreg compute the paramters by leaving them blank 214 print $rlf "$img_name|||$filetype|\n"; 213 my $use_supplied_size = 1; 214 if ($use_supplied_size) { 215 print $rlf "$img_name|$reported_size|$reported_sum|$filetype|\n"; 216 } else { 217 # ... instead let dsreg compute the paramters by leaving them blank 218 print $rlf "$img_name|||$filetype|\n"; 219 } 215 220 216 221 # add line to the table definition file
Note:
See TracChangeset
for help on using the changeset viewer.
