mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Bug fix. ensuring cbsfinddeleterange returns oldrangereturn even if it doesn’t delete a block.
Copied from Perforce Change: 184485 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
02fd3498d8
commit
bdd84a3a0f
1 changed files with 1 additions and 1 deletions
|
|
@ -745,7 +745,7 @@ static void cbsFindDeleteRange(Range rangeReturn, Range oldRangeReturn,
|
|||
need to allocate a new block. */
|
||||
AVER(res == ResOK);
|
||||
} else
|
||||
RangeFinish(oldRangeReturn);
|
||||
mps_lib_memcpy(oldRangeReturn, rangeReturn, sizeof(RangeStruct));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue