1
0
forked from mirrors/0ad
Files
0ad/source/scriptinterface
trompetin17 4ef2bb77f2 Add ToJSVAL overload template for array of uknown bound
this commit fix and error in HWDetect when the libraries versions use
only MAJOR.MINOR like zlib in some linux os that is "1.3" that need
char[4] (1.3\0) conversion from Script::ToJSVal.

this commit create an overload template that matches "references  to
array of uknown bound" and forward it to existing const char* / const
wchar_t* specializations.

this bug was reported by Vantha.
2025-09-14 08:46:21 -05:00
..
2025-08-07 11:45:19 +02:00
2025-08-15 19:43:34 +02:00