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
4aa6418d
Commit
4aa6418d
authored
Feb 24, 2006
by
Francois Gouget
Committed by
Alexandre Julliard
Feb 24, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
8851c4fc
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
menu.c
dlls/user/tests/menu.c
+1
-1
wavemap.c
dlls/winmm/wavemap/wavemap.c
+2
-2
midi.c
dlls/winmm/winealsa/midi.c
+1
-1
theme.c
programs/winecfg/theme.c
+1
-1
change.c
server/change.c
+2
-2
No files found.
dlls/user/tests/menu.c
View file @
4aa6418d
...
...
@@ -60,7 +60,7 @@ static LRESULT WINAPI menu_check_wnd_proc(HWND hwnd, UINT msg, WPARAM wparam, LP
/* menu texts with their sizes */
static
struct
{
char
*
text
;
SIZE
size
;
/* size of text upto any \t */
SIZE
size
;
/* size of text up
to any \t */
SIZE
sc_size
;
/* size of the short-cut */
}
MOD_txtsizes
[]
=
{
{
"Pinot &Noir"
},
...
...
dlls/winmm/wavemap/wavemap.c
View file @
4aa6418d
...
...
@@ -453,7 +453,7 @@ static DWORD wodGetPosition(WAVEMAPDATA* wom, LPMMTIME lpTime, DWORD dwParam2)
DWORD
remainder
=
0
;
/* If we are up sampling (going from lower sample rate to higher),
** we need to make a special accomodation for times when we've
** we need to make a special accom
m
odation for times when we've
** written a partial output sample. This happens frequently
** to us because we use msacm to do our up sampling, and it
** will up sample on an unaligned basis.
...
...
@@ -1007,7 +1007,7 @@ static DWORD widGetPosition(WAVEMAPDATA* wim, LPMMTIME lpTime, DWORD dwParam2)
DWORD
remainder
=
0
;
/* If we are up sampling (going from lower sample rate to higher),
** we need to make a special accomodation for times when we've
** we need to make a special accom
m
odation for times when we've
** written a partial output sample. This happens frequently
** to us because we use msacm to do our up sampling, and it
** will up sample on an unaligned basis.
...
...
dlls/winmm/winealsa/midi.c
View file @
4aa6418d
...
...
@@ -945,7 +945,7 @@ static DWORD modLongData(WORD wDevID, LPMIDIHDR lpMidiHdr, DWORD dwSize)
* If the latest is true, then the following WARNing will fire up
*/
if
(
lpData
[
0
]
!=
0xF0
||
lpData
[
lpMidiHdr
->
dwBufferLength
-
1
]
!=
0xF7
)
{
WARN
(
"Alle
d
ged system exclusive buffer is not correct
\n\t
Please report with MIDI file
\n
"
);
WARN
(
"Alleged system exclusive buffer is not correct
\n\t
Please report with MIDI file
\n
"
);
lpNewData
=
HeapAlloc
(
GetProcessHeap
(),
0
,
lpMidiHdr
->
dwBufferLength
+
2
);
}
...
...
programs/winecfg/theme.c
View file @
4aa6418d
...
...
@@ -767,7 +767,7 @@ static void apply_shell_folder_changes() {
HRESULT
hr
;
for
(
i
=
0
;
i
<
NUM_ELEMS
(
asfiInfo
);
i
++
)
{
/* Ignore non
existent link targets */
/* Ignore nonexistent link targets */
if
(
asfiInfo
[
i
].
szLinkTarget
[
0
]
&&
stat
(
asfiInfo
[
i
].
szLinkTarget
,
&
statPath
))
continue
;
...
...
server/change.c
View file @
4aa6418d
...
...
@@ -777,9 +777,9 @@ static void inotify_notify_all( struct inotify_event *ie )
action
=
FILE_ACTION_MODIFIED
;
/*
* Work our way up the inode h
eira
chy
* Work our way up the inode h
ierar
chy
* extending the relative path as we go
* and notifyin
y
all recursive watches.
* and notifyin
g
all recursive watches.
*/
if
(
!
prepend
(
&
path
,
ie
->
name
))
return
;
...
...
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