Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
alpine
apk-tools
Commits
5eab547d
Commit
5eab547d
authored
Jun 22, 2009
by
Natanael Copa
Browse files
package: removed debug code
parent
5b75b40b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/package.c
View file @
5eab547d
...
...
@@ -683,7 +683,6 @@ struct apk_dependency apk_dep_from_str(struct apk_database *db,
if
(
*
v
==
'='
)
v
++
;
}
printf
(
"DEBUG: result_mask = %x
\n
"
,
mask
);
return
(
struct
apk_dependency
)
{
.
name
=
apk_db_get_name
(
db
,
name
),
.
version
=
v
,
...
...
Write
Preview
Supports
Markdown
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