Commit 3fb4d657 authored by Erwan Tulou's avatar Erwan Tulou

strings: typo

parent 95848385
......@@ -1219,7 +1219,7 @@ char *make_path (const char *url)
ret = strdup ("/dev/stdout");
break;
case 2:
ret = strdup ("/dev/strerr");
ret = strdup ("/dev/stderr");
break;
default:
if (asprintf (&ret, "/dev/fd/%d", fd) == -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