diff options
-rw-r--r-- | twittperator/sstp.tw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/sstp.tw b/twittperator/sstp.tw index b39eaac..63bc392 100644 --- a/twittperator/sstp.tw +++ b/twittperator/sstp.tw @@ -60,7 +60,7 @@ let INFO = let conv = Cc['@mozilla.org/intl/converter-output-stream;1']. createInstance(Ci.nsIConverterOutputStream); - msg = msg.replace(/\\/g, "\\\\").msg.replace(/[\r\n]+/g, "\\n"); + msg = msg.replace(/\\/g, "\\\\").replace(/[\r\n]+/g, "\\n"); let buf = [ "SEND SSTP/1.1", |