diff options
author | James Booth <boothj5@gmail.com> | 2015-05-31 23:26:29 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-31 23:26:29 +0100 |
commit | b1481affa943a34655c5f23d379778801c41ce26 (patch) | |
tree | 93a1ff2fd7b85d3495ce52bc1924328086baf37b | |
parent | be1f959b02e2b0f32274a1bff9bcbce07186728f (diff) | |
download | profani-tty-b1481affa943a34655c5f23d379778801c41ce26.tar.gz |
Fixed for new stabber start function
-rw-r--r-- | functionaltests/proftest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functionaltests/proftest.c b/functionaltests/proftest.c index 94b0c2b3..dda1cd90 100644 --- a/functionaltests/proftest.c +++ b/functionaltests/proftest.c @@ -136,7 +136,7 @@ prof_start(void) void init_prof_test(void **state) { - if (stbbr_start(5230) != 0) { + if (stbbr_start(5230, 0) != 0) { assert_true(FALSE); return; } |