You've already forked lazarus-ccr
fpspreadsheet: Fix failure of numformatparser to detect general number format (makes sample file t1s.xls in examples/fpschart usable again)
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3126 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -474,7 +474,7 @@ var
|
||||
begin
|
||||
FStatus := psOK;
|
||||
AddSection;
|
||||
if AFormatString = '' then
|
||||
if (AFormatString = '') or (lowercase(AFormatString) = 'general') then
|
||||
exit;
|
||||
|
||||
FStart := @AFormatString[1];
|
||||
|
||||
Reference in New Issue
Block a user