diff options
| author | iamcheeseman <[email protected]> | 2026-03-04 09:17:51 -0500 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-04 09:20:46 -0500 |
| commit | 3d115ae9e2bba84c44646bc323b3c1eba99ae2b1 (patch) | |
| tree | b0d7984384424e7c63a42a4588eee964890433ad /src/pipe.c | |
| parent | fc4c8df99e1733cbf9aab71ed98d1657282a435b (diff) | |
fix empty components
Diffstat (limited to 'src/pipe.c')
| -rw-r--r-- | src/pipe.c | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -42,15 +42,9 @@ void await_change(void) { // octal 201 is an unused ascii character, so it's safe to use as a // delimiter if (chr == '\201') { - if (chr_on == 0) { - i++; - continue; - } - argv[argc][chr_on] = '\0'; argc++; chr_on = 0; - } else { argv[argc][chr_on] = chr; chr_on++; |
