diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index c8527798..f35e8795 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -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 * src/svf/svf.h, src/svf/svf_bison.y, src/svf/svf_flex.l: diff --git a/urjtag/src/tap/parport/direct.c b/urjtag/src/tap/parport/direct.c index 5693cefc..e7a3e185 100644 --- a/urjtag/src/tap/parport/direct.c +++ b/urjtag/src/tap/parport/direct.c @@ -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; }