aboutsummaryrefslogtreecommitdiff
path: root/src/mail.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-02-16 10:19:31 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2009-02-16 10:19:31 +0200
commit169a680208f2de8f92b4a2a4977953d4452e981f (patch)
tree456ac0bbb9fa535c5e5c58b82dd8e80b30c0e302 /src/mail.c
parent5000c56d29cf616c8df80f8ec9a19682769f512e (diff)
downloadwydawca-169a680208f2de8f92b4a2a4977953d4452e981f.tar.gz
wydawca-169a680208f2de8f92b4a2a4977953d4452e981f.tar.bz2
Bugfixes
Diffstat (limited to 'src/mail.c')
-rw-r--r--src/mail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c
index 2b31437..e0a0b8a 100644
--- a/src/mail.c
+++ b/src/mail.c
@@ -166,13 +166,13 @@ register_message_template (const char *name, const char *text)
if (!((tmpl_table
|| (tmpl_table = hash_initialize (0, 0,
tmpl_hasher,
tmpl_compare,
tmpl_free)))
- && (text = hash_insert (tmpl_table, s))))
+ && (tmpl = hash_insert (tmpl_table, s))))
xalloc_die ();
if (s != tmpl)
tmpl_free (s);
}

Return to:

Send suggestions and report system problems to the System administrator.