Forum > Linux PDAs

FP works in PuTTY SSH, FP fails in PuTTY SSH w/TMUX

<< < (2/2)

thaolt:
Thank you marcov. I have fixed the issue on my machine.

"fp -S" still produces the same error code of 106.

I think this is not a big issue, here my patch anyway, in case someone may need it.


--- Code: ---diff --git a/rtl/linux/linuxvcs.pp b/rtl/linux/linuxvcs.pp
index ebae8902..ea4945b4 100644
--- a/rtl/linux/linuxvcs.pp
+++ b/rtl/linux/linuxvcs.pp
@@ -104,7 +104,8 @@ begin
     read(f,c);
     repeat
       read(f,c);
-    until c=' ';
+    until c=')';
+    read(f,c);
     repeat
       read(f,c);
     until c=' ';
--- End code ---

Cyrax:

--- Quote from: thaolt on March 13, 2019, 02:47:38 pm ---Thank you marcov. I have fixed the issue on my machine.

"fp -S" still produces the same error code of 106.

I think this is not a big issue, here my patch anyway, in case someone may need it.


--- Code: ---diff --git a/rtl/linux/linuxvcs.pp b/rtl/linux/linuxvcs.pp
index ebae8902..ea4945b4 100644
--- a/rtl/linux/linuxvcs.pp
+++ b/rtl/linux/linuxvcs.pp
@@ -104,7 +104,8 @@ begin
     read(f,c);
     repeat
       read(f,c);
-    until c=' ';
+    until c=')';
+    read(f,c);
     repeat
       read(f,c);
     until c=' ';
--- End code ---

--- End quote ---

Please file a report at the bugtracker and attach your patch in it. Otherwise it will be forgotten.

Navigation

[0] Message Index

[*] Previous page

Go to full version