Files
@ r28126:9f842b8811bc
Branch filter:
Location: cpp/openttd-patchpack/source/src/saveload/airport_sl.cpp
r28126:9f842b8811bc
1.2 KiB
text/x-c
Codechange: Replace AllocatedStringParameters with ArrayStringParameters (#11452)
All uses of AllocatedStringParameters are with a compile-time fixed
constant.
Use of a dynamically allocated buffer on the heap is unnecessary and
increases overhead, particularly due to frequent use as a temporary.
All uses of AllocatedStringParameters are with a compile-time fixed
constant.
Use of a dynamically allocated buffer on the heap is unnecessary and
increases overhead, particularly due to frequent use as a temporary.