projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87723dd
)
test/compile: fix daemonize() argument type
author
Marko Kreen
<markokr@gmail.com>
Wed, 13 Jun 2012 22:17:43 +0000
(
01:17
+0300)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 3 Jan 2013 23:00:20 +0000
(
01:00
+0200)
test/compile.c
patch
|
blob
|
blame
|
history
diff --git
a/test/compile.c
b/test/compile.c
index 97526fef433764703a1fbe91524db2f5a40b315f..16ca71192dfb1f57bf498c737dba9e8b5a4f5bc5 100644
(file)
--- a/
test/compile.c
+++ b/
test/compile.c
@@
-44,7
+44,7
@@
int main(void)
aatree_init(&aatree, NULL, NULL);
cbtree = cbtree_create(NULL, NULL, NULL, USUAL_ALLOC);
cbtree_destroy(cbtree);
- daemonize(NULL,
NULL
);
+ daemonize(NULL,
false
);
hash_lookup3("foo", 3);
if (!event_init())
log_debug("test");