(svn r14557) -Codechange: Remove a redundant line of code

This commit is contained in:
skidd13 2008-11-02 11:41:13 +00:00
parent f8ed412b40
commit 6d94be75e9
1 changed files with 0 additions and 1 deletions

View File

@ -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;