d6b30a4b10
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=1
25 lines
776 B
Plaintext
25 lines
776 B
Plaintext
--- texk/afm2pl/afm2pl.c
|
|
+++ texk/afm2pl/afm2pl.c 2009-11-11 07:45:42.783429403 +0000
|
|
@@ -2107,7 +2107,7 @@ static void
|
|
readargs(int argc, char **argv)
|
|
{
|
|
register int i;
|
|
- int fdims[3];
|
|
+ int fdims[5];
|
|
|
|
/* skip argv[0] and look at the rest. */
|
|
argv++;
|
|
--- texk/web2c/bibtex.web
|
|
+++ texk/web2c/bibtex.web 2009-11-12 11:50:51.699429941 +0000
|
|
@@ -4315,9 +4315,9 @@ special markers |quote_next_fn| and |end
|
|
|wiz_functions| array.
|
|
|
|
@d insert_fn_loc(#) == begin
|
|
- singl_function[single_ptr] := #;
|
|
if (single_ptr = single_fn_space) then
|
|
singl_fn_overflow;
|
|
+ singl_function[single_ptr] := #;
|
|
incr(single_ptr);
|
|
end
|
|
|