We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2b7fe commit 15780dfCopy full SHA for 15780df
revoice/src/revoice_rehlds_api.cpp
@@ -37,7 +37,7 @@ bool Revoice_RehldsApi_TryInit(CSysModule *engineModule, char *failureReason)
37
}
38
39
if (minorVersion < REHLDS_API_VERSION_MINOR) {
40
- sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, majorVersion);
+ sprintf(failureReason, "REHLDS Api minor version mismatch; expected at least %d, real %d\n", REHLDS_API_VERSION_MINOR, minorVersion);
41
return false;
42
43
0 commit comments