Skip to content

Commit

Permalink
forgot to update limit (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-kitagawa committed Dec 18, 2022
1 parent 985d420 commit 861becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/texk/web2c/ptexdir/ptex-base.ch
Original file line number Diff line number Diff line change
Expand Up @@ -6864,7 +6864,7 @@ undump_things(char_base[null_font], font_ptr+1-null_font);
@x
fix_date_and_time;@/
@y
last:=ptenc_conv_first_line(loc, last, buffer, buf_size);
last:=ptenc_conv_first_line(loc, last, buffer, buf_size); limit:=last;
begin
print_nl("debug 1st line "); print_int(loc); print(" ");
for k:=0 to last do begin
Expand Down

0 comments on commit 861becf

Please sign in to comment.