summaryrefslogtreecommitdiff
path: root/comsat
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2003-07-08 13:51:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2003-07-08 13:51:10 +0000
commit4dacd0ef1c6e68cdb1f8997149fec78e01f44cfa (patch)
tree186eaf7e553db706ce4949049a3e3fcbec1efd6e /comsat
parent819a7a686dda4bec3f9791abfb21b02e8c355b96 (diff)
downloadmailutils-4dacd0ef1c6e68cdb1f8997149fec78e01f44cfa.tar.gz
mailutils-4dacd0ef1c6e68cdb1f8997149fec78e01f44cfa.tar.bz2
Bugfix.
Diffstat (limited to 'comsat')
-rw-r--r--comsat/comsat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index 515978735..4e00e050d 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -468,7 +468,7 @@ notify_user (const char *user, const char *device, const char *path, off_t offse
return;
}
- if ((status = stream_size (stream, size)))
+ if ((status = stream_size (stream, &size)))
{
syslog (LOG_ERR, _("can't get stream size (mailbox %s): %s"),
path, mu_strerror (status));

Return to:

Send suggestions and report system problems to the System administrator.