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
codes
codes
Commits
7ee8211d
Commit
7ee8211d
authored
Feb 14, 2014
by
Jonathan Jenkins
Browse files
oopsie on lp-io reverse
parent
33008e39
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/lp-io.c
View file @
7ee8211d
...
...
@@ -144,7 +144,7 @@ int lp_io_write_rev(tw_lpid gid, char* identifier){
}
/* remove the buffer from the list
* (NULLs for end-of-list are preserved) */
if
(
buf
==
id
->
buffers
)
{
/* buf is head of list */
else
if
(
buf
==
id
->
buffers
)
{
/* buf is head of list */
id
->
buffers
=
buf
->
next
;
}
else
{
/* buf is in list, has a previous element */
...
...
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