mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 23:49:28 +02:00
ToDoList: Tweak the Parse method.
This commit is contained in:
parent
5aa6b16f09
commit
7d5c7fba25
@ -540,7 +540,7 @@ begin
|
||||
end;
|
||||
|
||||
psOwnerContinue,psCategoryContinue:
|
||||
if (aTokenString[i] = ' ') or (aTokenString[i] = ':') then
|
||||
if aTokenString[i] in [#9,' ',':'] then
|
||||
begin
|
||||
if lParseState = psOwnerContinue then
|
||||
Owner := lTempStr
|
||||
|
Loading…
Reference in New Issue
Block a user