Changeset - r10312:144069c8046c
[Not reviewed]
master
0 1 0
skidd13 - 16 years ago 2008-11-02 11:41:13
skidd13@openttd.org
(svn r14557) -Codechange: Remove a redundant line of code
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/string.cpp
Show inline comments
 
@@ -78,7 +78,6 @@ char* strecpy(char* dst, const char* src
 
		error("String too long for destination buffer");
 
#else /* STRGEN */
 
		DEBUG(misc, 0, "String too long for destination buffer");
 
		*dst = '\0';
 
#endif /* STRGEN */
 
	}
 
	return dst;
0 comments (0 inline, 0 general)