Fix last change.

This commit is contained in:
Marcus Brinkmann 2007-01-18 18:02:54 +00:00
parent 9e1edec4ff
commit ffbeb4f508

View File

@ -74,6 +74,7 @@ stream_seek (gpgme_data_t dh, off_t offset, int whence)
static int
stream_get_fd (gpgme_data_t dh)
{
fflush (dh->data.stream);
return fileno (dh->data.stream);
}