diff options
author | Mark H Weaver <mhw@netris.org> | 2013-06-17 14:43:58 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2013-06-17 14:51:51 -0400 |
commit | 10454601e03a20cc121d06d8004f96bb2a3b6fb5 (patch) | |
tree | 351bbe958dc7a2b12aa235cf69d77331ff7c1f10 /THANKS | |
parent | b16bf64639d457f9cfe8dc7bf80464cd2b86a622 (diff) |
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.
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |