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
0d013609
Commit
0d013609
authored
Jun 20, 2014
by
Howard Chu
Browse files
Fix lineno count
parent
c05f45b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb_load.c
View file @
0d013609
...
...
@@ -150,6 +150,7 @@ static int readline(MDB_val *out, MDB_val *buf)
return
EOF
;
}
if
(
c
!=
' '
)
{
lineno
++
;
if
(
fgets
(
buf
->
mv_data
,
buf
->
mv_size
,
stdin
)
==
NULL
)
{
badend:
eof
=
1
;
...
...
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