From 1e226593ef9860237ec08ad66affcb7da7138f5d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 13 Feb 2020 21:57:55 -0500 Subject: Rename procPipe to utilPipe --- url.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'url.c') diff --git a/url.c b/url.c index bf3d948..43c2ee9 100644 --- a/url.c +++ b/url.c @@ -107,8 +107,8 @@ static void urlOpen(const char *url) { if (pid) return; close(STDIN_FILENO); - dup2(procPipe[1], STDOUT_FILENO); - dup2(procPipe[1], STDERR_FILENO); + dup2(utilPipe[1], STDOUT_FILENO); + dup2(utilPipe[1], STDERR_FILENO); if (urlOpenUtil.argc) { struct Util util = urlOpenUtil; utilPush(&util, url); @@ -156,8 +156,8 @@ static void urlCopy(const char *url) { } dup2(rw[0], STDIN_FILENO); - dup2(procPipe[1], STDOUT_FILENO); - dup2(procPipe[1], STDERR_FILENO); + dup2(utilPipe[1], STDOUT_FILENO); + dup2(utilPipe[1], STDERR_FILENO); close(rw[0]); if (urlCopyUtil.argc) { execvp(urlCopyUtil.argv[0], (char *const *)urlCopyUtil.argv); -- cgit 1.4.1 8ca228e2eb895bbfcc316'>refs log tree commit diff
path: root/www/causal.agency/index.7 (unfollow)
Commit message (Expand)Author
2022-07-03Add The Bone Shard EmperorJune McEnroe
2022-06-25Bump xterm font size to 12June McEnroe
2022-06-10Handle subshells (and functions) inside substitutionsJune McEnroe
2022-06-10Switch to jorts Install scriptJune McEnroe
2022-06-08Indicate if still reading or no resultsJune McEnroe
2022-06-08Add Maiden, Mother, CroneJune McEnroe
2022-06-05FIRST SHOW IN 2.5 YEARS BABEY!!!June McEnroe
2022-06-03Set line number on File linesJune McEnroe
2022-06-03Stop polling stdin after EOFJune McEnroe
2022-06-02Set TABSIZE=4June McEnroe
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe