Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
332a344c
Commit
332a344c
authored
Nov 26, 2006
by
Uwe Schulzweida
Browse files
No commit message
No commit message
parent
137db12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vlist.c
View file @
332a344c
...
...
@@ -118,7 +118,7 @@ static int vlist_from_pointer(VLIST *ptr)
if
(
_vlistAvail
)
{
newptr
=
_vlistAvail
;
_vlistAvail
=
_vlistAvail
->
next
;
_vlistAvail
=
_vlistAvail
->
next
;
newptr
->
next
=
0
;
idx
=
newptr
->
idx
;
newptr
->
ptr
=
ptr
;
...
...
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