From 2f4cd02a69b5fb71f011b0cc0a3a054dda1a175f Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 16 Aug 2006 18:15:49 +0000 Subject: [PATCH] fix silly typo --- tests/title.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/title.c b/tests/title.c index 38c82a69..1bcb2f23 100644 --- a/tests/title.c +++ b/tests/title.c @@ -45,7 +45,7 @@ int main (int argc, char **argv) { if (argc > 3) nameenc = XInternAtom(display,argv[3],False); else - nameenc = XInternAtom(display,argv[3],False); + nameenc = XInternAtom(display,"STRING",False); win = XCreateWindow(display, RootWindow(display, 0), x, y, w, h, 10, CopyFromParent, CopyFromParent, -- 2.39.2