+Mon Mar 8 16:49:13 GMT 2004 Christian Haggstrom <chm@c00.info>
+
+ * lib/mlib.c: Remove extraneous %s in ohshite() call when out of
+ disk space so that condition gets handled correctly and not with
+ a SEGV.
+
Mon Mar 8 10:14:27 GMT 2004 Colin Watson <cjwatson@debian.org>
* dselect/methlist.cc, dselect/pkgdisplay.cc: Set the total display width
Carl Streeter <streeter@cae.wisc.edu>
Carlos Laviola <claviola@brfree.com.br>
Charles Briscoe-Smith <cpbs@debian.org>
+Christian Haggstrom <chm@c00.info>
Christophe Le Bars <clebars@teaser.fr>
Colin Plumb <colin@nyx.net>
Colin Watson <cjw44@flatline.org.uk>
Closes: #217943, #235266.
* Force NULL-termination of all tar file entry names. Closes: #232025.
* Allow dselect to use the full window width. Closes: #139781.
+ * Pass correct number of arguments for format string when out of disk
+ space. Closes: #213038, #217286, #213543, #213846.
-- Scott James Remnant <scott@netsplit.com> UNRELEASED
break;
case BUFFER_WRITE_FD:
if((ret= write(data->data.i, buf, length)) < 0 && errno != EINTR)
- ohshite(_("failed in buffer_write(fd) (%i, ret=%li %s): %s"), data->data.i, (long)ret, desc);
+ ohshite(_("failed in buffer_write(fd) (%i, ret=%li): %s"), data->data.i, (long)ret, desc);
break;
case BUFFER_WRITE_NULL:
break;