Actually add the patch.
This commit is contained in:
parent
0e4fbd83c7
commit
288dcc812b
12
xrdp-0.9.2-split-line.patch
Normal file
12
xrdp-0.9.2-split-line.patch
Normal 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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user