aboutsummaryrefslogtreecommitdiff
path: root/names.c
diff options
context:
space:
mode:
Diffstat (limited to 'names.c')
-rw-r--r--names.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/names.c b/names.c
index 1eb6a675..72f1ad17 100644
--- a/names.c
+++ b/names.c
@@ -1,4 +1,4 @@
-/* $OpenBSD$ */
+/* $Id$ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -63,7 +63,7 @@ window_name_callback(unused int fd, unused short events, void *data)
if (w->active->screen != &w->active->base)
name = NULL;
else
- name = get_proc_name(w->active->fd, w->active->tty);
+ name = osdep_get_name(w->active->fd, w->active->tty);
if (name == NULL)
wname = default_window_name(w);
else {