OSDN Git Service

fix build failure in inpout32 and old urjtag library code
authorvapier <vapier@b68d4a1b-bc3d-0410-92ed-d4ac073336b7>
Wed, 4 Nov 2009 01:02:49 +0000 (01:02 +0000)
committerMasaki Muranaka <monaka at monami-software.com>
Thu, 17 Dec 2009 03:19:59 +0000 (12:19 +0900)
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1681 b68d4a1b-bc3d-0410-92ed-d4ac073336b7

urjtag/ChangeLog
urjtag/src/tap/parport/direct.c

index c852779..f35e879 100644 (file)
@@ -6,6 +6,9 @@
 
   * configure.ac: Fix handling of inpout32 variables.
 
+  * src/tap/parport/direct.c: Fix build failure in inpout32 code due to
+    urjtag library overhaul.
+
 2009-10-28  Arnim Laeuger  <arniml>
 
   * src/svf/svf.h, src/svf/svf_bison.y, src/svf/svf_flex.l:
index 5693cef..e7a3e18 100644 (file)
@@ -155,7 +155,7 @@ direct_parport_alloc (unsigned int port)
     {
         urj_error_set (URJ_ERROR_IO,
                        _("Couldn't load InpOut32.dll; maybe not installed?"));
-        urj_error.sys_errno = GetLastError();
+        urj_error_state.sys_errno = GetLastError();
         return NULL;
     }