LWJGL Forum

Programming => Bug Reports / RFE => Topic started by: Verminator04 on August 07, 2016, 20:43:00

Title: Unmatched format specifier '%X', GL.java:326
Post by: Verminator04 on August 07, 2016, 20:43:00
I downloaded the 3.0.0 build from Maven and noticed this bug:
GL.class --> source, line 326
apiLog(String.format("An OpenGL context was in an error state before the creation of its capabilities instance. Error: 0x%X" + errorCode));

The %X is unmatched, the '+' should be a ','
Title: Re: Unmatched format specifier '%X', GL.java:326
Post by: spasi on August 07, 2016, 22:12:09
It's fixed (https://github.com/LWJGL/lwjgl3/pull/194) in 3.0.1 snapshot builds.