Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
d0b7a46e
Commit
d0b7a46e
authored
Nov 04, 2014
by
Thomas Jahns
🤸
Browse files
Change reduced counter of size_t-controlled loop to size_t.
parent
fb8f77bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/dmemory.c
View file @
d0b7a46e
...
...
@@ -343,7 +343,7 @@ int memListChangeEntry(void *ptrold, void *ptr, size_t size,
const
char
*
caller
,
const
char
*
file
,
int
line
)
{
int
item
=
UNDEFID
;
in
t
memID
=
0
;
size_
t
memID
=
0
;
size_t
sizeold
;
while
(
memID
<
memTableSize
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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