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
@@ -169,7 +169,7 @@ register_message_template (const char *name, const char *text)
169 tmpl_hasher, 169 tmpl_hasher,
170 tmpl_compare, 170 tmpl_compare,
171 tmpl_free))) 171 tmpl_free)))
172 && (text = hash_insert (tmpl_table, s)))) 172 && (tmpl = hash_insert (tmpl_table, s))))
173 xalloc_die (); 173 xalloc_die ();
174 174
175 if (s != tmpl) 175 if (s != tmpl)

Return to:

Send suggestions and report system problems to the System administrator.