(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
This commit is contained in:
@@ -75,7 +75,7 @@ void FiosGetDrives()
|
||||
#else
|
||||
snprintf(fios->name, lengthof(fios->name), "%c:", disk);
|
||||
#endif
|
||||
ttd_strlcpy(fios->title, fios->name, lengthof(fios->title));
|
||||
strecpy(fios->title, fios->name, lastof(fios->title));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user