OSDN Git Service

fix build failure in inpout32 and old urjtag library code
[pf3gnuchains/urjtag.git] / urjtag / src / tap / parport / direct.c
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;
     }