Skip to content

Commit

Permalink
Brainfart
Browse files Browse the repository at this point in the history
  • Loading branch information
lyngklip committed Nov 8, 2024
1 parent 61ba150 commit 092dd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/maxicode.ps.src
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ begin
% Keep tabs on digits, characters in code set a, and ECI type
/digits c 48 ge c 58 lt and {digits 1 add} {0} ifelse def
/num_a seta c known {num_a 1 add} {0} ifelse def
/eci c 1000000 le {out_eci } {0} ifelse def
/eci c -1000000 le {out_eci } {0} ifelse def

% Get rows of interest
/path_op_0 path_op n get def
Expand Down

0 comments on commit 092dd73

Please sign in to comment.