diff options
Diffstat (limited to 'Build/source/texk/web2c/ptexdir/pbibtex.ch')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/pbibtex.ch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/pbibtex.ch b/Build/source/texk/web2c/ptexdir/pbibtex.ch index 7cfad468a70..5a6adc4112a 100644 --- a/Build/source/texk/web2c/ptexdir/pbibtex.ch +++ b/Build/source/texk/web2c/ptexdir/pbibtex.ch @@ -201,11 +201,11 @@ var i:c_int_type; end; vgetc (f); {skip the eol} @y - last := input_line2(f,stringcast(buffer),last,buf_size,address_of(i)); + last := input_line2(f,ustringcast(buffer),last,buf_size,address_of(i)); while (not eof(f)) and (last > 0) and (i <> 10) and (i <> 13) do begin buffer_overflow; - last := input_line2(f,stringcast(buffer),last,buf_size,address_of(i)); + last := input_line2(f,ustringcast(buffer),last,buf_size,address_of(i)); end; @z |