Changeset 36784
- Timestamp:
- May 27, 2014, 10:26:50 AM (12 years ago)
- Location:
- trunk/pstamp/scripts
- Files:
-
- 2 edited
-
pstamp_finish.pl (modified) (1 diff, 1 prop)
-
pstampparse.pl (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstamp_finish.pl
- Property svn:mergeinfo set to
r35409 r36784 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 -
trunk/pstamp/scripts/pstampparse.pl
- Property svn:mergeinfo set to
r36687 r36784 182 182 $label = 'NCU'; 183 183 $label_changed = 1; 184 } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/) ) {184 } elsif (($lcname =~ /mpe_/) or ($lcname =~ /sd_/) or ($lcname =~ /^jk/)) { 185 185 $label = 'MPE'; 186 186 $label_changed = 1;
Note:
See TracChangeset
for help on using the changeset viewer.
