aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 08632ab1ff8..0a04f713d7b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3296,7 +3296,7 @@ a_write (desc, addr, len, pos, annot)
3296 int nextpos; 3296 int nextpos;
3297 int lastpos = pos + len; 3297 int lastpos = pos + len;
3298 3298
3299 while (1) 3299 while (CONSP (*annot))
3300 { 3300 {
3301 tem = Fcar_safe (Fcar (*annot)); 3301 tem = Fcar_safe (Fcar (*annot));
3302 if (INTEGERP (tem) && XINT (tem) >= pos && XFASTINT (tem) <= lastpos) 3302 if (INTEGERP (tem) && XINT (tem) >= pos && XFASTINT (tem) <= lastpos)