diff options
author | Nian Wu <nian@graphics.(none)> | 2006-12-17 10:49:43 -0800 |
---|---|---|
committer | Nian Wu <nian@graphics.(none)> | 2006-12-17 10:49:43 -0800 |
commit | ead0f46d5f9213f03f6c4b956aa96eda8fd0f1df (patch) | |
tree | 4bbccbf08f451ebfaab5eecbf97bd587927e0887 /progs/xdemos/manywin.c | |
parent | c34d026eb001a9178119ed7cdf70a7311cdc263f (diff) | |
parent | 77b862a84910713760665ca5af5e27fba48466dc (diff) |
Merge branch 'crestline' into crestline-qa
Diffstat (limited to 'progs/xdemos/manywin.c')
-rw-r--r-- | progs/xdemos/manywin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/xdemos/manywin.c b/progs/xdemos/manywin.c index c9cca75134..cfea555210 100644 --- a/progs/xdemos/manywin.c +++ b/progs/xdemos/manywin.c @@ -59,7 +59,7 @@ static GLuint TexObj = 0; static void Error(const char *display, const char *msg) { - fprintf(stderr, "Error on display %s - %s\n", display, msg); + fprintf(stderr, "Error on display %s - %s\n", XDisplayName(display), msg); exit(1); } |