1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2025-12-21 20:22:46 +01:00
Files
OpenTTD/string.h
Darkvater 0f41b99c5e (svn r3322) - Fix: Network window crash when it receives invalid information for example from the integrated nightly, so validate the network-input when it is received
- CodeChange: added str_validate(char *str) function that checks if a string contains only printable characters and if not, replaces those characters by question marks. Also move IsValidAsciiChar() to string.h
2005-12-20 20:52:05 +00:00

1.4 KiB