diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-29 20:10:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-29 20:10:10 +0000 |
commit | ff44cd5185e9e878fdc64163c7e934bfc9c12d72 (patch) | |
tree | e8b93afb56a2d92e7e01861ab1d5295633353e0e /app/xterm/misc.c | |
parent | e3dea6a3222b811e1764ca5c6c3d0ce72f18603c (diff) |
Update to xterm 267. Tested by shadchin@, jasper@, ajacoutot@.
Diffstat (limited to 'app/xterm/misc.c')
-rw-r--r-- | app/xterm/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/misc.c b/app/xterm/misc.c index c2a8ad37a..ce3c0c1f2 100644 --- a/app/xterm/misc.c +++ b/app/xterm/misc.c @@ -1,4 +1,4 @@ -/* $XTermId: misc.c,v 1.510 2010/10/11 08:33:33 tom Exp $ */ +/* $XTermId: misc.c,v 1.511 2010/11/10 00:56:29 tom Exp $ */ /* * Copyright 1999-2009,2010 by Thomas E. Dickey @@ -1991,7 +1991,7 @@ xtermGetColorRes(XtermWidget xw, ColorRes * res) res->value = TScreenOf(xw)->Tcolors[TEXT_FG].value; res->mode = -True; fprintf(stderr, - "%s: Cannot allocate color %s\n", + "%s: Cannot allocate color \"%s\"\n", xterm_name, NonNull(res->resource)); } |