Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
apk-tools
Commits
cecb8107
Commit
cecb8107
authored
Sep 20, 2013
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
db: fix error message
parent
1d9961cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/database.c
src/database.c
+1
-1
No files found.
src/database.c
View file @
cecb8107
...
...
@@ -2278,7 +2278,7 @@ static int apk_db_install_archive_entry(void *_ctx,
if
(
diri
==
NULL
)
{
if
(
!
APK_BLOB_IS_NULL
(
bdir
))
{
apk_error
(
PKG_VER_FMT
": "
BLOB_FMT
": no dirent in archive
\n
"
,
pkg
,
BLOB_PRINTF
(
name
));
PKG_VER_PRINTF
(
pkg
)
,
BLOB_PRINTF
(
name
));
ipkg
->
broken_files
=
1
;
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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