summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index 3ae0d137..0bcd1cd3 100644
--- a/syslog.c
+++ b/syslog.c
@@ -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);
}