From 3fba3f8f89d9410d756b54d04297c0fd6219ca44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net> Date: Fri, 19 Mar 2021 15:20:00 -0400 Subject: [PATCH] Declare the 't' variable used for word-wrap. Hopefully fixes crash in lord when composing a message and using word-wrap. --- xtrn/lord2/lord2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/xtrn/lord2/lord2.js b/xtrn/lord2/lord2.js index 3dffb1fd8a..963dab2f8d 100644 --- a/xtrn/lord2/lord2.js +++ b/xtrn/lord2/lord2.js @@ -3102,6 +3102,7 @@ function mail_to(pl, quotes) var bt = 0; var msg = []; var f; + var t; var op = pfile.get(pl); if (op === null || op.deleted) -- GitLab