mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-10-31 15:20:10 +00:00
(svn r14557) -Codechange: Remove a redundant line of code
This commit is contained in:
parent
64b76d9427
commit
609a635fac
@ -78,7 +78,6 @@ char* strecpy(char* dst, const char* src, const char* last)
|
||||
error("String too long for destination buffer");
|
||||
#else /* STRGEN */
|
||||
DEBUG(misc, 0, "String too long for destination buffer");
|
||||
*dst = '\0';
|
||||
#endif /* STRGEN */
|
||||
}
|
||||
return dst;
|
||||
|
Loading…
Reference in New Issue
Block a user