aboutsummaryrefslogtreecommitdiff
path: root/src/gdbmdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gdbmdefs.h')
-rw-r--r--src/gdbmdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdbmdefs.h b/src/gdbmdefs.h
index e1c143d..286f3fc 100644
--- a/src/gdbmdefs.h
+++ b/src/gdbmdefs.h
@@ -245,7 +245,7 @@ struct gdbm_file_info
{ \
if (dbf->need_recovery) \
{ \
- gdbm_set_errno (dbf, GDBM_NEED_RECOVERY, TRUE); \
+ GDBM_SET_ERRNO (dbf, GDBM_NEED_RECOVERY, TRUE); \
return onerr; \
} \
} \

Return to:

Send suggestions and report system problems to the System administrator.