- use a local byteswap header in the file system.
This commit is contained in:
parent
771fa2b51c
commit
454af06acf
12 changed files with 170 additions and 43 deletions
|
|
@ -106,7 +106,7 @@ static void *FS_FindFirst(const char *const filespec, findstate_t *const fileinf
|
|||
if (slash)
|
||||
{
|
||||
pattern = slash + 1;
|
||||
fileinfo->path = std::string(filespec, slash - filespec + 1);
|
||||
fileinfo->path = std::string(filespec, 0, slash - filespec + 1);
|
||||
dir = fileinfo->path.c_str();
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue