From 8daab50f049bbd4eaeecf64393dccc69a05b0df4 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Sat, 10 Dec 2016 12:54:02 +0000 Subject: [PATCH] flashfiler: Reformat readme.txt for better display on sourceforge website. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5460 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/flashfiler/readme.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/flashfiler/readme.txt b/components/flashfiler/readme.txt index 88ae6efdd..bcc89ace3 100644 --- a/components/flashfiler/readme.txt +++ b/components/flashfiler/readme.txt @@ -45,11 +45,13 @@ Usage Changes -------------------------------------------------------------------------------- State of the Lazarus port: -10.12.2016: Client components are Working. Server components has error so you need server binaries compiled with delphi. +10.12.2016: Client components are Working. Server components has error so you + need server binaries compiled with delphi. ToDo: -Solve server components error. The error is located in fflldict.pas-file in procedure TffDataDictionary.ReadFromStream(S : TStream); +Solve server components error. The error is located in fflldict.pas-file in +procedure TffDataDictionary.ReadFromStream(S : TStream); It is stream reading error with caused by functions ReadString and ReadInteger. I could not solve it, maybe someone with better skills can do it.