-  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 [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to