Merge pull request #3430 from bparker06/false

false is still not 1
This commit is contained in:
Twinaphex 2016-08-26 03:50:53 +02:00 committed by GitHub
commit d6945010cd

View File

@ -151,7 +151,7 @@ void path_resolve_realpath(char *buf, size_t size);
*
* 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);