Index: /trunk/src/VBox/GuestHost/OpenGL/util/error.c
===================================================================
--- /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 41374)
+++ /trunk/src/VBox/GuestHost/OpenGL/util/error.c	(revision 41375)
@@ -336,5 +336,5 @@
         {
             char pname[1024];
-            if (strlen(fnamePrefix) < sizeof (str) - sizeof (pname) - 20)
+            if (crStrlen(fnamePrefix) < sizeof (str) - sizeof (pname) - 20)
             {
                 crGetProcName(pname, 1024);
