Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
74979b06
Commit
74979b06
authored
Apr 13, 2016
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 14, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tools: Fix spelling of a variable name.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
fde563b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
winapi_local.pm
tools/winapi/winapi_local.pm
+2
-2
No files found.
tools/winapi/winapi_local.pm
View file @
74979b06
...
...
@@ -320,14 +320,14 @@ sub _check_statements($$$) {
if
(
$first_debug_message
&&
$called_name
=~
/^(?:FIXME|TRACE)$/
)
{
$first_debug_message
=
0
;
if
(
$called_arguments
=~
/^\"\((.*?)\)(.*?)\"\s*,\s*(.*?)$/
)
{
my
$formating
=
$1
;
my
$format
t
ing
=
$1
;
my
$extra
=
$2
;
my
$arguments
=
$3
;
my
$format
;
my
$argument
;
my
$n
=
0
;
while
(
$format
ing
&&
(
$forma
ting
=~
s/^([^,]*),?//
,
$format
=
$1
,
$format
=~
s/^\s*(.*?)\s*$/$1/
)
&&
while
(
$format
ting
&&
(
$format
ting
=~
s/^([^,]*),?//
,
$format
=
$1
,
$format
=~
s/^\s*(.*?)\s*$/$1/
)
&&
$arguments
&&
(
$arguments
=~
s/^([^,]*),?//
,
$argument
=
$1
,
$argument
=~
s/^\s*(.*?)\s*$/$1/
))
{
my
$type
=
@
{
$function
->
argument_types
}[
$n
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment