Actually add the patch.

This commit is contained in:
Bojan Smojver 2017-05-18 12:29:13 +10:00
parent 0e4fbd83c7
commit 288dcc812b

View File

@ -0,0 +1,12 @@
diff -ruN xrdp-0.9.2-vanilla/common/file.c xrdp-0.9.2/common/file.c
--- xrdp-0.9.2-vanilla/common/file.c 2017-03-30 17:18:55.000000000 +1100
+++ xrdp-0.9.2/common/file.c 2017-05-18 12:24:46.367133792 +1000
@@ -213,7 +213,7 @@
for (i = 0; i < len; i++)
{
- if (text[i] == '=')
+ if (text[i] == '=' && !on_to)
{
on_to = 1;
}