aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio/client.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 19:35:17 +0000
committerrsc <devnull@localhost>2004-04-19 19:35:17 +0000
commitaa8086853b3826d0d03aa04154d32396b4807a84 (patch)
treec82d83fc9748b6dd8ae8d83cb4cff6f28dd73c68 /src/cmd/rio/client.c
parentc2a9c3bb4efbad76a7971e314bdd791bbe5044ae (diff)
downloadplan9port-aa8086853b3826d0d03aa04154d32396b4807a84.tar.gz
plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.tar.bz2
plan9port-aa8086853b3826d0d03aa04154d32396b4807a84.zip
x
Diffstat (limited to 'src/cmd/rio/client.c')
-rw-r--r--src/cmd/rio/client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cmd/rio/client.c b/src/cmd/rio/client.c
index 702ba9cb..5222f210 100644
--- a/src/cmd/rio/client.c
+++ b/src/cmd/rio/client.c
@@ -16,7 +16,7 @@ void
setactive(Client *c, int on)
{
if (c->parent == c->screen->root) {
- fprintf(stderr, "9wm: bad parent in setactive; dumping core\n");
+ fprintf(stderr, "rio: bad parent in setactive; dumping core\n");
abort();
}
if (on) {
@@ -62,7 +62,7 @@ active(Client *c)
Client *cc;
if (c == 0) {
- fprintf(stderr, "9wm: active(c==0)\n");
+ fprintf(stderr, "rio: active(c==0)\n");
return;
}
if (c == current)
@@ -131,7 +131,7 @@ top(Client *c)
}
l = &cc->next;
}
- fprintf(stderr, "9wm: %p not on client list in top()\n", c);
+ fprintf(stderr, "rio: %p not on client list in top()\n", c);
}
Client *