Files @ r22901:444c689660a1
Branch filter:

Location: cpp/openttd-patchpack/source/src/lang/italian.txt

Jonathan G Rennison
Codechange: Avoid call to memcpy using null pointer in TooltipsWindow constructor

Strictly speaking, calling memcpy with src as a nullptr is undefined behaviour
and the optimiser is entitled to delete any null ptr checks which occur afterwards.
This removes the warning emitted by UndefinedBehaviorSantizer.

File is too big to display. Show as raw.