Skip to content

Commit d6fa5d5

Browse files
committed
pdfutils.ch: initialization of u (bug report from Clerk Ma)
1 parent 9291abf commit d6fa5d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/texk/web2c/euptexdir/pdfutils.ch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -990,8 +990,9 @@ we have to create a temporary string that is destroyed immediately after.
990990
@x
991991
begin c:=cur_chr; @<Scan the argument for command |c|@>;
992992
@y
993-
begin cat:=0; c:=cur_chr; @<Scan the argument for command |c|@>;
993+
begin cat:=0; c:=cur_chr;
994994
u:=0; { will become non-nil if a string is already being built}
995+
@<Scan the argument for command |c|@>;
995996
@z
996997

997998
@x

0 commit comments

Comments
 (0)