diff options
Diffstat (limited to 'dxftess-glu.cc')
-rw-r--r-- | dxftess-glu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dxftess-glu.cc b/dxftess-glu.cc index 6bf0ad5..57eb704 100644 --- a/dxftess-glu.cc +++ b/dxftess-glu.cc @@ -95,7 +95,7 @@ static void STDCALL tess_end(void) static void STDCALL tess_error(GLenum errno) { - PRINTF("GLU tesselation error %d!", errno); + PRINTF("GLU tesselation error %s", gluErrorString(errno)); } static void STDCALL tess_begin_data() |