summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/recno/rec_put.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/recno/rec_put.c')
-rw-r--r--lib/libc/db/recno/rec_put.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/db/recno/rec_put.c b/lib/libc/db/recno/rec_put.c
index 8c3bae5..590d45b 100644
--- a/lib/libc/db/recno/rec_put.c
+++ b/lib/libc/db/recno/rec_put.c
@@ -143,7 +143,7 @@ einval: errno = EINVAL;
if (flags == R_SETCURSOR)
t->bt_rcursor = nrec;
-
+
SET(t, R_MODIFIED);
return (__rec_ret(t, NULL, nrec, key, NULL));
}
OpenPOWER on IntegriCloud