Home
last modified time | relevance | path

Searched refs:SepPos2 (Results 1 – 1 of 1) sorted by relevance

/dports/audio/vgmplay/vgmplay-0.40.9_2/
H A DVGMPlayUI.c664 char* SepPos2; in GetLastDirSeparator() local
667 SepPos2 = strrchr(FilePath, '\\'); in GetLastDirSeparator()
668 if (SepPos1 < SepPos2) in GetLastDirSeparator()
669 return SepPos2; in GetLastDirSeparator()