diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-13 19:55:50 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-04-13 19:55:50 +0000 |
commit | f03dbeda90784fd9ac9ff4ed01f1257f6568d157 (patch) | |
tree | 400266d998f2d31feed37a82563d925ee2653d97 /docs/cgi/cl.html | |
parent | b636d8c18c8eb0a723ad7110fbfc2155e3cdb883 (diff) | |
download | busybox-f03dbeda90784fd9ac9ff4ed01f1257f6568d157.tar.gz |
hush: comment out and replace bug in set_local_var:
- if (value == 0 && ++value == 0) {
+ /*if (value == 0 && ++value == 0) ??? -vda */
+ if (value == NULL || value[1] == '\0') {
Style fixes.
Diffstat (limited to 'docs/cgi/cl.html')
0 files changed, 0 insertions, 0 deletions