diff options
| author | 2020-05-21 03:07:31 +0200 | |
|---|---|---|
| committer | 2020-05-21 03:07:31 +0200 | |
| commit | 15f2eea66366ec692d4f9cd13c3302ea771ecad0 (patch) | |
| tree | eab8be012692fadb0c3a4cd7982106aa1b9cca85 /src | |
| parent | bbde6a4ac4c1cd0abad294b7533d01ab5b230880 (diff) | |
| download | libplist-15f2eea66366ec692d4f9cd13c3302ea771ecad0.tar.gz libplist-15f2eea66366ec692d4f9cd13c3302ea771ecad0.tar.bz2 | |
Fix symbol mismatch between public header and interface (plist_bool_val_is_true)
Diffstat (limited to 'src')
| -rw-r--r-- | src/plist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plist.c b/src/plist.c index 2d5042e..0fb1017 100644 --- a/src/plist.c +++ b/src/plist.c | |||
| @@ -1186,7 +1186,7 @@ PLIST_API void plist_set_date_val(plist_t node, int32_t sec, int32_t usec) | |||
| 1186 | plist_set_element_val(node, PLIST_DATE, &val, sizeof(struct timeval)); | 1186 | plist_set_element_val(node, PLIST_DATE, &val, sizeof(struct timeval)); |
| 1187 | } | 1187 | } |
| 1188 | 1188 | ||
| 1189 | PLIST_API int plist_boolean_is_true(plist_t boolnode) | 1189 | PLIST_API int plist_bool_val_is_true(plist_t boolnode) |
| 1190 | { | 1190 | { |
| 1191 | if (!PLIST_IS_BOOLEAN(boolnode)) { | 1191 | if (!PLIST_IS_BOOLEAN(boolnode)) { |
| 1192 | return -1; | 1192 | return -1; |
