mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
false is most certainly not 1.
This commit is contained in:
parent
f6598f8e38
commit
0bd9ccddc1
@ -522,7 +522,7 @@ const char *path_basename(const char *path)
|
||||
*
|
||||
* Checks if @path is an absolute path or a relative path.
|
||||
*
|
||||
* Returns: true (1) if path is absolute, false (1) if path is relative.
|
||||
* Returns: true if path is absolute, false if path is relative.
|
||||
**/
|
||||
bool path_is_absolute(const char *path)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user