fixed return value problem

pull/14/head
Tom Early 6 years ago
parent 7c820f766a
commit 2360e34508

@ -574,7 +574,7 @@ int CQnetGateway::get_yrcall_rptr(const std::string &call, std::string &rptr, st
}
}
}
return 0;
return i + 1;
}
bool CQnetGateway::Flag_is_ok(unsigned char flag)

Loading…
Cancel
Save

Powered by TurnKey Linux.