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
7e90d602
Commit
7e90d602
authored
Jan 31, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Jan 31, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
itss: Use correct integral type.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
c5b0974b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
chm_lib.c
dlls/itss/chm_lib.c
+3
-3
No files found.
dlls/itss/chm_lib.c
View file @
7e90d602
...
...
@@ -941,7 +941,7 @@ static UChar *_chm_find_in_PMGL(UChar *page_buf,
* that is provided for us.
*/
struct
chmPmglHeader
header
;
UInt32
hremain
;
unsigned
int
hremain
;
UChar
*
end
;
UChar
*
cur
;
UChar
*
temp
;
...
...
@@ -983,7 +983,7 @@ static Int32 _chm_find_in_PMGI(UChar *page_buf,
* that is provided for us
*/
struct
chmPmgiHeader
header
;
UInt32
hremain
;
unsigned
int
hremain
;
int
page
=-
1
;
UChar
*
end
;
UChar
*
cur
;
...
...
@@ -1093,7 +1093,7 @@ static BOOL _chm_get_cmpblock_bounds(struct chmFile *h,
Int64
*
len
)
{
UChar
buffer
[
8
],
*
dummy
;
UInt32
remain
;
unsigned
int
remain
;
/* for all but the last block, use the reset table */
if
(
block
<
h
->
reset_table
.
block_count
-
1
)
...
...
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