Changeset 194


Ignore:
Timestamp:
Jul 23, 2018, 10:35:03 AM (6 years ago)
Author:
chronos
Message:
  • Fixed: Missing last character in parsed acronym meaning in Document check if there isn't space character between the meaning and parentheses.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormCheck.pas

    r192 r194  
    439439    end;
    440440  end;
    441   Meaning := Trim(Copy(Text, StartIndex2 + 1, StartIndex - StartIndex2 - 1));
     441  Meaning := Trim(Copy(Text, StartIndex2 + 1, StartIndex - StartIndex2));
    442442end;
    443443
Note: See TracChangeset for help on using the changeset viewer.