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