Commit bc638da9 authored by Pierre Ynard's avatar Pierre Ynard

Fix comment

parent 29f84aa0
......@@ -34,7 +34,7 @@ static char *get_path(const char *location)
{
char *url, *path;
/* Appending "file://" is a bit hackish. But then again, we do not want
/* Prepending "file://" is a bit hackish. But then again, we do not want
* to hard-code the list of schemes that use file paths in make_path().
*/
if (asprintf(&url, "file://%s", location) == -1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment