Changeset 27238 for trunk/pstamp
- Timestamp:
- Mar 10, 2010, 3:02:19 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/pstampparse.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/pstampparse.pl
r27211 r27238 210 210 my $y = $row->{CENTER_Y}; 211 211 212 # XXX things don't work if bit zero of option mask is not set; 213 $row->{OPTION_MASK} |= 1; 212 214 my $option_mask= $row->{OPTION_MASK}; 213 215 my $inverse = ($option_mask & $PSTAMP_SELECT_INVERSE) ? 1 : 0;
Note:
See TracChangeset
for help on using the changeset viewer.
