summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.