summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 76a7961..7a86fbd 100644
--- a/main.c
+++ b/main.c
@@ -667,7 +667,7 @@ int main(int argc, char *argv[])
667 else 667 else
668 content = xs_dup(url); 668 content = xs_dup(url);
669 669
670 msg = msg_note(&snac, content, NULL, NULL, attl, 0); 670 msg = msg_note(&snac, content, NULL, NULL, attl, 0, getenv("LANG"));
671 671
672 c_msg = msg_create(&snac, msg); 672 c_msg = msg_create(&snac, msg);
673 673