diff options
| author | Russ Cox <rsc@swtch.com> | 2009-06-16 07:16:25 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2009-06-16 07:16:25 -0700 |
| commit | 4a34106c7d95df617021900f5d52a79f5a502288 (patch) | |
| tree | bbc0665d9d560f0323ab2b15a66321950fc6dbb2 /src/cmd/devdraw/osx-srv.c | |
| parent | b8f457199c4228aed8a8049639e85df2c9cbe858 (diff) | |
| parent | b8f457199c4228aed8a8049639e85df2c9cbe858 (diff) | |
| download | plan9port-4a34106c7d95df617021900f5d52a79f5a502288.tar.gz plan9port-4a34106c7d95df617021900f5d52a79f5a502288.zip | |
merge
Diffstat (limited to 'src/cmd/devdraw/osx-srv.c')
| -rw-r--r-- | src/cmd/devdraw/osx-srv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/osx-srv.c b/src/cmd/devdraw/osx-srv.c index 10baf0f3..ae14ba18 100644 --- a/src/cmd/devdraw/osx-srv.c +++ b/src/cmd/devdraw/osx-srv.c @@ -238,7 +238,7 @@ runmsg(Wsysmsg *m) break; case Tlabel: - setlabel(m->label); + kicklabel(m->label); replymsg(m); break; |
