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
d3bc43b5
Commit
d3bc43b5
authored
Jan 11, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Jan 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Grammar fixes "is doesn't" => "doesn't".
parent
1aaf2bd5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
msgsm32.c
dlls/msgsm32.acm/msgsm32.c
+1
-1
editor.c
dlls/riched20/editor.c
+1
-1
No files found.
dlls/msgsm32.acm/msgsm32.c
View file @
d3bc43b5
...
...
@@ -381,7 +381,7 @@ static LRESULT GSM_StreamOpen(PACMDRVSTREAMINSTANCE adsi)
return
MMSYSERR_NOMEM
;
if
(
pgsm_option
(
r
,
GSM_OPT_WAV49
,
&
used
)
<
0
)
{
FIXME
(
"Your libgsm library
is
doesn't support GSM_OPT_WAV49
\n
"
);
FIXME
(
"Your libgsm library doesn't support GSM_OPT_WAV49
\n
"
);
FIXME
(
"Please recompile libgsm with WAV49 support
\n
"
);
pgsm_destroy
(
r
);
return
MMSYSERR_NOTSUPPORTED
;
...
...
dlls/riched20/editor.c
View file @
d3bc43b5
...
...
@@ -3276,7 +3276,7 @@ LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
if
(
bRtf
)
{
ME_StreamInRTFString
(
editor
,
bSelection
,
(
char
*
)
lParam
);
if
(
bSelection
)
{
/* FIXME: The length returned
is
doesn't include the rtf control
/* FIXME: The length returned doesn't include the rtf control
* characters, only the actual text. */
len
=
lParam
?
strlen
((
char
*
)
lParam
)
:
0
;
}
...
...
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