X-Git-Url: https://git.cworth.org/git?p=glaze;a=blobdiff_plain;f=glaze-gl.c;h=14d24d76c1bb875e4bd19a84fa39d675cf3460e1;hp=7248876b75da4940ee83e71430b9647f41ef801d;hb=6935778ded0edf150cf31c545e69499e775f75c0;hpb=d12b432ce1ff9fbc975d834e08074e6b6514c25b diff --git a/glaze-gl.c b/glaze-gl.c index 7248876..14d24d7 100644 --- a/glaze-gl.c +++ b/glaze-gl.c @@ -80,7 +80,7 @@ open_wrapper_handle (void) path = getenv ("GLAZE_WRAPPER"); if (path == NULL) { - fprintf (stderr, "GLAZE_WRAPPER unset. Please set to path of real libGL.so under glaze.\n"); + fprintf (stderr, "GLAZE_WRAPPER unset. Please set to path of Glaze-using wrapper library.\n"); exit (1); }