LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: sindri on June 26, 2008, 19:08:48

Title: Bad characters in javadoc of AL10.java
Post by: sindri on June 26, 2008, 19:08:48
There are a couple bad characters (not UTF-8 compatible) on line 1184 of the org.lwjgl.openal.AL10.java class.

This causes me to have to replace them and then recompile it every time I update to the latest release (this has been this way for a few releases).

The line reads.

    * The Unqueue command removes a number of buffers entries that have nished

The $@#@nished should be 'finished'... after removing the bad characters.

Cheers
Title: Re: Bad characters in javadoc of AL10.java
Post by: Matzon on June 26, 2008, 19:22:40
thx, fixed in trunk