SVN r116 (trunk)
This commit is contained in:
parent
afd6a1258f
commit
ac53ed6ecd
25 changed files with 595 additions and 740 deletions
|
|
@ -146,7 +146,7 @@ void DefaultExtension (char *path, const char *extension)
|
|||
|
||||
void DefaultExtension (FString &path, const char *extension)
|
||||
{
|
||||
char *src = &path[int(path.Len())-1];
|
||||
const char *src = &path[int(path.Len())-1];
|
||||
|
||||
while (src != &path[0] && !IsSeperator(*src))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue