Index: source/lib/res/graphics/ogl_tex.cpp
===================================================================
--- source/lib/res/graphics/ogl_tex.cpp	(revision 10844)
+++ source/lib/res/graphics/ogl_tex.cpp	(working copy)
@@ -505,7 +505,7 @@
 
 static Status OglTex_to_string(const OglTex* ot, wchar_t* buf)
 {
-	swprintf_s(buf, H_STRING_LEN, L"OglTex id=%d flags=%x", ot->id, ot->flags);
+	swprintf_s(buf, H_STRING_LEN, L"OglTex id=%u flags=%x", ot->id, ot->flags);
 	return INFO::OK;
 }
 
