Small style nit

This commit is contained in:
twinaphex 2017-01-09 22:48:13 +01:00
parent 79bfcb19ce
commit c97ae2312e

View File

@ -250,9 +250,7 @@ void fill_pathname_application_path(char *s, size_t len)
char *buff = malloc(len);
if(_cmdname(buff))
{
strlcpy(s, buff, len);
}
strlcpy(s, buff, len);
free(buff);
#else