This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
ENGINE-871: removed pointless assert which was breaking Roker. Put more generated files in .gitignore.
pull/25/head
Krista Bennett
1 year ago
parent
7e0330a84a
commit
992bb3267e
2 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+0
-2
src/stringpair.c
+ 1
- 0
.gitignore
View File
@ -79,6 +79,7 @@ asn.1/keyreset.asn1
asn.1/sync.asn1
asn.1/distribution.asn1
asn.1/exploration.asn1
asn.1/managedgroup.asn1
asn.1/storage.asn1
asn.1/messagestorage.asn1
sync/.codecs
+ 0
- 2
src/stringpair.c
View File
@ -211,8 +211,6 @@ DYNAMIC_API stringpair_list_t *stringpair_list_delete_by_key(
const
char
*
key
)
{
assert
(
sp_list
)
;
assert
(
key
)
;
if
(
!
key
|
|
!
sp_list
)
return
NULL
;
Write
Preview
Loading…
Cancel
Save