You've already forked lazarus-ccr
tappytux: Fixes index out of bounds
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2035 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -114,7 +114,7 @@ begin
|
||||
TranslateUI();
|
||||
|
||||
// Initialize modules
|
||||
for i := 0 to GetModuleCount() do
|
||||
for i := 0 to GetModuleCount() -1 do
|
||||
GetModule(i).InitModule();
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user