aboutsummaryrefslogtreecommitdiff
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
parent5000c56d29cf616c8df80f8ec9a19682769f512e (diff)
downloadwydawca-169a680208f2de8f92b4a2a4977953d4452e981f.tar.gz
wydawca-169a680208f2de8f92b4a2a4977953d4452e981f.tar.bz2
Bugfixes
-rw-r--r--src/mail.c2
-rw-r--r--src/update-2.0.awk2
2 files changed, 2 insertions, 2 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)
tmpl_hasher,
tmpl_compare,
tmpl_free)))
- && (text = hash_insert (tmpl_table, s))))
+ && (tmpl = hash_insert (tmpl_table, s))))
xalloc_die ();
if (s != tmpl)
diff --git a/src/update-2.0.awk b/src/update-2.0.awk
index 2b19611..8f74d90 100644
--- a/src/update-2.0.awk
+++ b/src/update-2.0.awk
@@ -82,7 +82,7 @@ $1 == "project-owner" || $1 == "user-data" || $1 == "verify-user" ||
}
$1 == "sql" {
- printf("sql %s {", $2);
+ printf("sql %s {\n", $2);
next
}

Return to:

Send suggestions and report system problems to the System administrator.