summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsijanec <sijanecantonluka@gmail.com>2020-08-25 22:36:01 +0200
committersijanec <sijanecantonluka@gmail.com>2020-08-25 22:36:01 +0200
commitd8c084fc0b622a30742db41cc08ceb697646826a (patch)
treed0f5eade85b4d5ef38b8cf49b8a17842d17413b4
parentadded sudo to prepare Makefile where root is needed (diff)
downloadbverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar.gz
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar.bz2
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar.lz
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar.xz
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.tar.zst
bverbose-d8c084fc0b622a30742db41cc08ceb697646826a.zip
-rwxr-xr-xbin/bvr-compose-singlebin27416 -> 27416 bytes
-rw-r--r--test/tape-test.c3
2 files changed, 1 insertions, 2 deletions
diff --git a/bin/bvr-compose-single b/bin/bvr-compose-single
index a154c17..5fe2fb6 100755
--- a/bin/bvr-compose-single
+++ b/bin/bvr-compose-single
Binary files differ
diff --git a/test/tape-test.c b/test/tape-test.c
index 7d0f7df..f74167f 100644
--- a/test/tape-test.c
+++ b/test/tape-test.c
@@ -10,6 +10,5 @@ extern int main(int argc, char* argv[]) {
// bvr_var_set("ab", "123");
// printf("%s\n", bvr_var_get("abc"));
// printf("%s\n", bvr_var_get("ab"));
- bvr_compose_page(argv[1], 0, argv[2]);
- return 1;
+ return bvr_compose_page(argv[1], 0, argv[2]);
}