Skip to content
Snippets Groups Projects
Commit 017e0386 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Declare the 't' variable used for word-wrap.

Hopefully fixes crash in lord when composing a message and using
word-wrap.
parent d8920e06
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -3102,6 +3102,7 @@ function mail_to(pl, quotes) ...@@ -3102,6 +3102,7 @@ function mail_to(pl, quotes)
var bt = 0; var bt = 0;
var msg = []; var msg = [];
var f; var f;
var t;
var op = pfile.get(pl); var op = pfile.get(pl);
if (op === null || op.deleted) if (op === null || op.deleted)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment