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
906127fe
Commit
906127fe
authored
Oct 01, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 01, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Assorted spelling fixes.
parent
58c77f61
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
shlexec.c
dlls/shell32/tests/shlexec.c
+1
-1
urlcache.c
dlls/wininet/urlcache.c
+2
-2
wcmdmain.c
programs/cmd/wcmdmain.c
+1
-1
No files found.
dlls/shell32/tests/shlexec.c
View file @
906127fe
...
...
@@ -996,7 +996,7 @@ static void test_lpFile_parsed(void)
rc
>
32
?
"success"
:
"failure"
,
rc
,
fileA
);
/* quoted lpFile
not works only
on real win95 and nt4 */
/* quoted lpFile
does not work
on real win95 and nt4 */
testfile
=
"
\"
%%TEMP%%
\\
%s
\\
simple.shlexec
\"
"
;
sprintf
(
fileA
,
testfile
,
shorttmpdir
);
rc
=
shell_execute_ex
(
SEE_MASK_DOENVSUBST
|
SEE_MASK_FLAG_NO_UI
,
NULL
,
fileA
,
NULL
,
NULL
);
...
...
dlls/wininet/urlcache.c
View file @
906127fe
...
...
@@ -2351,7 +2351,7 @@ static void handle_full_cache(void)
}
}
/* Enumerates ent
ir
es in cache, allows cache unlocking between calls. */
/* Enumerates ent
ri
es in cache, allows cache unlocking between calls. */
static
BOOL
urlcache_next_entry
(
URLCACHE_HEADER
*
header
,
DWORD
*
hash_table_off
,
DWORD
*
hash_table_entry
,
struct
_HASH_ENTRY
**
hash_entry
,
CACHEFILE_ENTRY
**
entry
)
{
...
...
@@ -2456,7 +2456,7 @@ static int dword_cmp(const void *p1, const void *p2)
*
* PARAMETERS
* cache_path [I] Which volume to free up from, or NULL if you don't care.
* size [I] How m
uch percent of cache spac
e should be free.
* size [I] How m
any percents of the cach
e should be free.
* filter [I] Which entries can't be deleted (CacheEntryType)
*
* RETURNS
...
...
programs/cmd/wcmdmain.c
View file @
906127fe
...
...
@@ -1820,7 +1820,7 @@ WCHAR *WCMD_ReadAndParseLine(const WCHAR *optionalcmd, CMD_LIST **output, HANDLE
/* Replace env vars if in a batch context */
if
(
context
)
handleExpansion
(
extraSpace
,
FALSE
,
NULL
,
NULL
);
/* Skip prece
e
ding whitespace */
/* Skip preceding whitespace */
while
(
*
curPos
==
' '
||
*
curPos
==
'\t'
)
curPos
++
;
/* Show prompt before batch line IF echo is on and in batch program */
...
...
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