commit | 51742f4bb0c57a4d5063ece9437a2f34a42e52c8 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 12 00:32:05 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Thu Apr 12 00:32:05 2007 +0000 |
tree | 7a912fc65ff43bdb09078d75bfc02ad8f5380b47 | |
parent | 50f7f446ecaadef6895a4ee601567e0b68330637 [diff] [blame] |
style fixes. No code changes
diff --git a/editors/awk.c b/editors/awk.c index 1bdb9b9..5a504d0 100644 --- a/editors/awk.c +++ b/editors/awk.c
@@ -2145,7 +2145,8 @@ X.rsm = newfile(R.s); if (! X.rsm->F) { if (opn == '|') { - if((X.rsm->F = popen(R.s, "w")) == NULL) + X.rsm->F = popen(R.s, "w"); + if (X.rsm->F == NULL) bb_perror_msg_and_die("popen"); X.rsm->is_pipe = 1; } else {