mirror of
https://github.com/libretro/libretro-common.git
synced 2024-11-24 08:39:58 +00:00
Update
This commit is contained in:
parent
b76fb5d160
commit
4ee25d17b0
@ -732,7 +732,7 @@ void fill_short_pathname_representation(char* out_rep,
|
||||
|
||||
#ifdef HAVE_COMPRESSION
|
||||
last_slash = find_last_slash(path_short);
|
||||
if(last_slash != NULL)
|
||||
if (last_slash != NULL)
|
||||
{
|
||||
/* We handle paths like:
|
||||
* /path/to/file.7z#mygame.img
|
||||
|
Loading…
Reference in New Issue
Block a user