mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
missed a line tox to toxav
This commit is contained in:
parent
96bf594be5
commit
ea21a541ff
|
@ -123,7 +123,7 @@ bool toxav_version_is_compatible(uint32_t major, uint32_t minor, uint32_t patch)
|
||||||
{
|
{
|
||||||
return (TOXAV_VERSION_MAJOR == major && /* Force the major version */
|
return (TOXAV_VERSION_MAJOR == major && /* Force the major version */
|
||||||
(TOXAV_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
|
(TOXAV_VERSION_MINOR > minor || /* Current minor version must be newer than requested -- or -- */
|
||||||
(TOXAV_VERSION_MINOR == minor && TOX_VERSION_PATCH >= patch) /* the patch must be the same or newer */
|
(TOXAV_VERSION_MINOR == minor && TOXAV_VERSION_PATCH >= patch) /* the patch must be the same or newer */
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user