mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 06:42:40 +02:00
codetools: fixed parsing -Wp, bug #24934, patch from Jeppe Johansen
git-svn-id: trunk@42547 -
This commit is contained in:
parent
1925d86093
commit
cf68335106
@ -6644,7 +6644,7 @@ begin
|
||||
end;
|
||||
|
||||
'W':
|
||||
case p[1] of
|
||||
case p[2] of
|
||||
'p':
|
||||
begin
|
||||
s:=FindControllerUnit(copy(Param,4,255));
|
||||
|
Loading…
Reference in New Issue
Block a user