Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
3f8e2efc
Commit
3f8e2efc
authored
Aug 03, 2006
by
Andrew Talbot
Committed by
Alexandre Julliard
Aug 03, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched20/tests: Write-strings warnings fix.
parent
820acf09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
editor.c
dlls/riched20/tests/editor.c
+3
-3
No files found.
dlls/riched20/tests/editor.c
View file @
3f8e2efc
...
...
@@ -120,7 +120,7 @@ struct find_s find_tests2[] = {
{
0
,
20
,
"WINE"
,
FR_MATCHCASE
,
-
1
,
0
}
};
static
void
check_EM_FINDTEXT
(
HWND
hwnd
,
char
*
name
,
struct
find_s
*
f
,
int
id
)
{
static
void
check_EM_FINDTEXT
(
HWND
hwnd
,
c
onst
c
har
*
name
,
struct
find_s
*
f
,
int
id
)
{
int
findloc
;
FINDTEXT
ft
;
memset
(
&
ft
,
0
,
sizeof
(
ft
));
...
...
@@ -133,7 +133,7 @@ static void check_EM_FINDTEXT(HWND hwnd, char *name, struct find_s *f, int id) {
name
,
id
,
f
->
needle
,
f
->
start
,
f
->
end
,
f
->
flags
,
findloc
);
}
static
void
check_EM_FINDTEXTEX
(
HWND
hwnd
,
char
*
name
,
struct
find_s
*
f
,
static
void
check_EM_FINDTEXTEX
(
HWND
hwnd
,
c
onst
c
har
*
name
,
struct
find_s
*
f
,
int
id
)
{
int
findloc
;
FINDTEXTEX
ft
;
...
...
@@ -154,7 +154,7 @@ static void check_EM_FINDTEXTEX(HWND hwnd, char *name, struct find_s *f,
name
,
id
,
f
->
needle
,
f
->
start
,
f
->
end
,
f
->
flags
,
ft
.
chrgText
.
cpMax
);
}
static
void
run_tests_EM_FINDTEXT
(
HWND
hwnd
,
char
*
name
,
struct
find_s
*
find
,
static
void
run_tests_EM_FINDTEXT
(
HWND
hwnd
,
c
onst
c
har
*
name
,
struct
find_s
*
find
,
int
num_tests
)
{
int
i
;
...
...
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