summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-06-26 13:56:12 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-06-26 13:56:12 +0000
commit23e39709d95eb384037de68511d83672a21daf70 (patch)
treeef61f299195ae58c03be0a5922172b05d50d871e /libmu_scm
parent8e7be51ea5284ad0c623efaca40c020f975dda9c (diff)
downloadmailutils-23e39709d95eb384037de68511d83672a21daf70.tar.gz
mailutils-23e39709d95eb384037de68511d83672a21daf70.tar.bz2
(_get_envelope_sender): Bugfix: the return value was wrong.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmu_scm/mu_message.c b/libmu_scm/mu_message.c
index 70dc4a9ea..cfb77c848 100644
--- a/libmu_scm/mu_message.c
+++ b/libmu_scm/mu_message.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2006 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2006, 2007 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -67,7 +67,7 @@ _get_envelope_sender (mu_envelope_t env)
}
mu_address_destroy (&addr);
- return buffer;
+ return ptr;
}
static int

Return to:

Send suggestions and report system problems to the System administrator.