- ConnectDevice corrected

- HALT if JVM can not be created

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@127 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-04-05 14:07:20 +00:00
parent 54397d793d
commit 11bec00f79

View File

@@ -422,7 +422,7 @@ MODULE UsbBDI;
IF ~Done THEN HALT(78) END;
jvmCreated := TRUE;
END;
BDI.USB_Device_open;
USB_Device_open;
IF ~Done THEN HALT(79) END;
deviceOpen := TRUE;
END