diff options
Diffstat (limited to 'syslog.c')
-rw-r--r-- | syslog.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -178,7 +178,7 @@ static val syslog_put_byte(val stream, int ch) static val syslog_get_prop(val stream, val ind) { - if (ind == real_time_k) { + if (ind == prio_k) { val cell = (val) stream->co.handle; return car(cell); } |