Skip to content
GitLab
Menu
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
e50f57ff
Commit
e50f57ff
authored
Jan 26, 2012
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
6c644496
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/grid.c
View file @
e50f57ff
...
...
@@ -99,7 +99,7 @@ static
void
grid_init_pointer
(
void
)
{
int
i
;
for
(
i
=
0
;
i
<
_grid_max
;
i
++
)
{
_gridList
[
i
].
next
=
_gridList
+
i
+
1
;
...
...
@@ -151,7 +151,7 @@ int grid_from_pointer(grid_t *ptr)
newptr
->
next
=
0
;
idx
=
newptr
->
idx
;
newptr
->
ptr
=
ptr
;
if
(
GRID_Debug
)
Message
(
"Pointer %p has idx %d from grid list"
,
ptr
,
idx
);
}
...
...
Write
Preview
Supports
Markdown
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