Remove unneeded patch.

This commit is contained in:
Ville Skyttä 2005-07-02 07:33:37 +00:00
parent 8932d69bec
commit 37dd6e617f

View File

@ -1,11 +0,0 @@
--- src/assuan-buffer.c~ 2004-12-07 11:29:58.000000000 +0200
+++ src/assuan-buffer.c 2005-03-18 01:07:54.000000000 +0200
@@ -61,7 +61,7 @@
*r_nread = 0;
while (nleft > 0)
{
- ssize_t n = ctx->io->read (ctx, buf, nleft);
+ ssize_t n = (ctx->io->read) (ctx, buf, nleft);
if (n < 0)
{