-  ret = fprintf (fp, "%" SN "d%" SN "d", 1, 1);
+  ret = fprintf (fp, "%" SN "d%" SN "d%" SN "d", 1, 1);

It have to be changed into
     fprintf (fp, "%" SN "d%" SN "d%" SN "d", 1, 1, 1);
or
     fprintf (fp, "%" SN "d%" SN "d%" SN "d", 1, 2, 3);

+  ret = fprintf (fp, "%" SN "d", 1, 1);

And here into
    fprintf (fp, "%" SN "d", 1);

Fix of underlying bug leading into allocating 2GB
or more would be also nice ;-)

Petr



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to