Skip to content

Commit 03342df

Browse files
andrewbentonthewilsonator
authored andcommitted
Fix driver error code for #31 (#33)
1 parent 1b9d6e9 commit 03342df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/dcompute/driver/error.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ enum Status : int {
4444
setOnActiveProcessError = 36,
4545
noDeviceError = 37,
4646
startupFailure = 0x7f,
47-
apiFailureBase = 1000,
47+
apiFailureBase = 10000,
4848
// OpenCL Errors.
4949
deviceNotFound = -1,
5050
deviceNotAvailable = -2,

0 commit comments

Comments
 (0)