aboutsummaryrefslogtreecommitdiff
path: root/mflib/safedb.mf4
diff options
context:
space:
mode:
Diffstat (limited to 'mflib/safedb.mf4')
-rw-r--r--mflib/safedb.mf46
1 files changed, 3 insertions, 3 deletions
diff --git a/mflib/safedb.mf4 b/mflib/safedb.mf4
index f1d98b8a..822d3c7a 100644
--- a/mflib/safedb.mf4
+++ b/mflib/safedb.mf4
@@ -1,5 +1,5 @@
/* Safe DB I/O
- Copyright (C) 2007 Sergey Poznyakoff
+ Copyright (C) 2007, 2008 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
func safedbget(string name, string key ; string defval, number null)
returns string
do
- catch dbfailure
+ catch e_dbfailure
do
return ""
done
@@ -34,7 +34,7 @@ done
func safedbput(string name, string key, string value ; number null)
do
- catch dbfailure
+ catch e_dbfailure
do
return
done

Return to:

Send suggestions and report system problems to the System administrator.