fix build failure in inpout32 and old urjtag library code

git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1681 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Mike Frysinger 15 years ago
parent 386c645ae3
commit 344c833f0e

@ -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:

@ -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;
}

Loading…
Cancel
Save