summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-16 06:53:57 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-16 06:53:57 -0700
commit7fa76b06632628882ca214b4cf1fb4c2106f2c7b (patch)
treea38c0928dff37767ec9de4f247ec7178de0e3a7a /syslog.c
parentc7b7e82868a5fb1cd024e7570f973f5807248379 (diff)
downloadtxr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.tar.gz
txr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.tar.bz2
txr-7fa76b06632628882ca214b4cf1fb4c2106f2c7b.zip
Most uses of auto_str should be static_str.
These functions do exactly same thing, but communicate something different to the reader of the code. An auto_str is on the stack, and so must not be passed somewhere where it will be retained. * txr.c (help, compat, txr_main): Use static_str on version.
Diffstat (limited to 'syslog.c')
0 files changed, 0 insertions, 0 deletions