Page MenuHomeFeedback Tracker

Error in BIS_fnc_error
Closed, ResolvedPublic

Description

There is a missing character typo in the function BIS_fnc_error:

...
if (typename (_this select 0) != typename "") then {
_this = ["%1 %2 %3 % %5 %6 %7 %8 %9 %10"] + _this;
};
...

should read:

...
if (typename (_this select 0) != typename "") then {
_this = ["%1 %2 %3 %4 %5 %6 %7 %8 %9 %10"] + _this;
};
...

Note number 4 is missing

Details

Legacy ID
67901015
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Scripting
Steps To Reproduce

[1,2,3,4,5] call BIS_fnc_error

returns:

1 2 3 5

Additional Information

Tested in dev build 1.05.112057

Event Timeline

ceeeb edited Steps To Reproduce. (Show Details)Nov 11 2013, 8:14 AM
ceeeb edited Additional Information. (Show Details)
ceeeb set Category to Scripting.
ceeeb set Reproducibility to Always.
ceeeb set Severity to None.
ceeeb set Resolution to Fixed.
ceeeb set Legacy ID to 67901015.May 7 2016, 5:23 PM
Bohemia added a subscriber: ceeeb.Nov 11 2013, 8:14 AM

Will be fixed in the upcoming dev build.

Mass closing resolved issues not updated since November.