diff options
author | Felipe Oliveira Carvalho <felipekde@gmail.com> | 2014-05-01 16:50:32 -0300 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-05-07 15:52:27 -0400 |
commit | 65273be0609f8f4ccc388a23b33af3333369b11d (patch) | |
tree | b1fc13f518a9d6ce69b5e1e2690ee2b9fd04dc20 /src/misc1.c | |
parent | 8704a5832b6d70d0ebc3872468beaea0367f4680 (diff) | |
download | rneovim-65273be0609f8f4ccc388a23b33af3333369b11d.tar.gz rneovim-65273be0609f8f4ccc388a23b33af3333369b11d.tar.bz2 rneovim-65273be0609f8f4ccc388a23b33af3333369b11d.zip |
No OOM error in make_filter_cmd()
Diffstat (limited to 'src/misc1.c')
-rw-r--r-- | src/misc1.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/misc1.c b/src/misc1.c index dbe4064b47..26b649331a 100644 --- a/src/misc1.c +++ b/src/misc1.c @@ -3473,8 +3473,6 @@ get_cmd_output ( /* Add the redirection stuff */ command = make_filter_cmd(cmd, infile, tempname); - if (command == NULL) - goto done; /* * Call the shell to execute the command (errors are ignored). |