Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libplist
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwn
libplist
Commits
15f2eea6
Commit
15f2eea6
authored
May 21, 2020
by
Nikias Bassen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix symbol mismatch between public header and interface (plist_bool_val_is_true)
parent
bbde6a4a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plist.c
src/plist.c
+1
-1
No files found.
src/plist.c
View file @
15f2eea6
...
...
@@ -1186,7 +1186,7 @@ PLIST_API void plist_set_date_val(plist_t node, int32_t sec, int32_t usec)
plist_set_element_val
(
node
,
PLIST_DATE
,
&
val
,
sizeof
(
struct
timeval
));
}
PLIST_API
int
plist_bool
ean
_is_true
(
plist_t
boolnode
)
PLIST_API
int
plist_bool
_val
_is_true
(
plist_t
boolnode
)
{
if
(
!
PLIST_IS_BOOLEAN
(
boolnode
))
{
return
-
1
;
...
...
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