mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Fix bug in remqueue in threads.c when removing last element.
Reported and debugged by Andrew Gaylard <ag@computer.org>. * libguile/threads.c (remqueue): When removing the last element from a queue with more than one element, set (car q) to the previous element. * THANKS: Thank Andrew Gaylard.
This commit is contained in:
parent
b16bf64639
commit
10454601e0
2 changed files with 2 additions and 1 deletions
1
THANKS
1
THANKS
|
@ -77,6 +77,7 @@ For fixes or providing information which led to a fix:
|
|||
Fu-gangqiang
|
||||
Aidan Gauland
|
||||
Peter Gavin
|
||||
Andrew Gaylard
|
||||
Nils Gey
|
||||
Eric Gillespie, Jr
|
||||
Didier Godefroy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue