aboutsummaryrefslogtreecommitdiff
path: root/sysklogd
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 19:55:50 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-04-13 19:55:50 +0000
commitf03dbeda90784fd9ac9ff4ed01f1257f6568d157 (patch)
tree400266d998f2d31feed37a82563d925ee2653d97 /sysklogd
parentb636d8c18c8eb0a723ad7110fbfc2155e3cdb883 (diff)
downloadbusybox-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 'sysklogd')
0 files changed, 0 insertions, 0 deletions