diff options
Diffstat (limited to 'DTCompatibility.c')
| -rw-r--r-- | DTCompatibility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DTCompatibility.c b/DTCompatibility.c index d3ae922..1246ee6 100644 --- a/DTCompatibility.c +++ b/DTCompatibility.c @@ -12,7 +12,7 @@ global func RequestHostFeature(string feature) { if(!HaveHostFeature(feature) || global func AnnounceHostFeature(string feature)
{
hostFeatures || (hostFeatures = []);
- hostFeatures[GetLength(hostFeatures)] = feature;
+ hostFeatures[] = feature;
}
global func HaveHostFeature(string feature)
|
