Comment 3 for bug 767776

Revision history for this message
Brian Murray (brian-murray) wrote :

The Maverick version of dpkg uses the following:

        if (bytesread < 0)
                ohshite(_("failed to read on buffer copy for %s"), desc);
        if (byteswritten < 0)
                ohshite(_("failed in write on buffer copy for %s"), desc);
        if (limit > 0)
                ohshit(_("short read on buffer copy for %s"), desc);

Which is the same as Natty.