projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5083e0c
)
Update for new cursor callback.
author
drepper
<drepper>
Sun, 13 Jun 1999 11:04:22 +0000
(11:04 +0000)
committer
drepper
<drepper>
Sun, 13 Jun 1999 11:04:22 +0000
(11:04 +0000)
db2/makedb.c
patch
|
blob
|
history
diff --git
a/db2/makedb.c
b/db2/makedb.c
index
a7a085a
..
edc2c5f
100644
(file)
--- a/
db2/makedb.c
+++ b/
db2/makedb.c
@@
-359,7
+359,7
@@
print_database (db)
DBC *cursor;
int status;
- status = db->cursor (db, NULL, &cursor);
+ status = db->cursor (db, NULL, &cursor
, 0
);
if (status != 0)
{
error (0, status, gettext ("while reading database"));