1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed for new stabber start function

This commit is contained in:
James Booth 2015-05-31 23:26:29 +01:00
parent be1f959b02
commit b1481affa9

View File

@ -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;
}