false is most certainly not 1.

This commit is contained in:
Alcaro 2016-08-25 12:02:34 +02:00
parent f6598f8e38
commit 0bd9ccddc1

View File

@ -522,7 +522,7 @@ const char *path_basename(const char *path)
* *
* Checks if @path is an absolute path or a relative 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) bool path_is_absolute(const char *path)
{ {