mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-16 17:15:05 +01:00
(svn r26480) -Fix (r26479): forgot to remove a *
This commit is contained in:
parent
b3129ce7bf
commit
f0d5f754b6
@ -32,7 +32,7 @@ void StringFilter::SetFilterTerm(const char *str)
|
||||
|
||||
assert(str != NULL);
|
||||
|
||||
char *dest = MallocT<char *>(strlen(str) + 1);
|
||||
char *dest = MallocT<char>(strlen(str) + 1);
|
||||
this->filter_buffer = dest;
|
||||
|
||||
WChar state = STATE_WHITESPACE;
|
||||
|
Loading…
Reference in New Issue
Block a user