Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
590792f3
Commit
590792f3
authored
Aug 21, 2016
by
Hallvard Furuseth
Browse files
Fix mdb_page_list() message
parent
b95a2dc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
590792f3
...
...
@@ -1599,7 +1599,7 @@ mdb_page_list(MDB_page *mp)
pgno
,
((
MDB_meta
*
)
METADATA
(
mp
))
->
mm_txnid
);
return
;
default:
fprintf
(
stderr
,
"Bad page %"
Z
"u flags 0x%
u
\n
"
,
pgno
,
mp
->
mp_flags
);
fprintf
(
stderr
,
"Bad page %"
Z
"u flags 0x%
X
\n
"
,
pgno
,
mp
->
mp_flags
);
return
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment