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
Matthieu Dorier
codes
Commits
eac6ca65
Commit
eac6ca65
authored
Jan 16, 2014
by
Jonathan Jenkins
Browse files
small fix to lp io reverse
parent
93e852a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/util/lp-io.c
View file @
eac6ca65
...
...
@@ -134,6 +134,7 @@ int lp_io_write_rev(tw_lpid gid, char* identifier){
}
id
->
buffers_count
--
;
id
->
buffers_total_size
-=
buf
->
size
;
/* remove the buffer from the list
* (NULLs for end-of-list are preserved) */
if
(
buf
==
id
->
buffers
)
{
/* buf is head of list */
...
...
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