X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=glaze-gl.c;h=14d24d76c1bb875e4bd19a84fa39d675cf3460e1;hb=a2d9fe4457823cb98df9bebdfe43f2f422546f63;hp=7248876b75da4940ee83e71430b9647f41ef801d;hpb=6cfcdb728c0a088cc12bb3eb93d78b2a9915969b;p=glaze 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); }