1 message in net.java.dev.jna.usersFwd: Bug/Typo in com.sun.jnaStructure
FromSent OnAttachments
Timothy WallJun 15, 2007 4:38 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Fwd: Bug/Typo in com.sun.jnaStructureActions...
From:Timothy Wall (twal@dev.java.net)
Date:Jun 15, 2007 4:38:42 am
List:net.java.dev.jna.users

Begin forwarded message:

From: "Nikolas Lotz" <nlo@nde.ag> Date: June 15, 2007 6:53:20 AM EDT To: twal@dev.java.net Subject: Bug/Typo in com.sun.jnaStructure

hi timothy,

sorry for sending my last bugreport to the 'announce'-list. i just hit the reply-button and did not realize that it was the announce-list and not your email-address...

in case that it won't be delivered to the announce-list here is the bugreport again:

--- snip ---

there is a bug/typo in 'Structure.java' in line 51:

if (!fields[1].equals("middle")) {

should read

if (!fields[1].getName().equals("middle")) {

Thanks nik

T.