Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ecsec Public
reqesidta-prototype
client-signer
Commits
8ed7db8f
Commit
8ed7db8f
authored
Oct 24, 2019
by
Tobias Wich
Browse files
Remove magic number from SCIOErrors
parent
c9f98d46
Changes
1
Show whitespace changes
Inline
Side-by-side
ifd/ifd-common/src/main/java/org/openecard/common/ifd/scio/SCIOErrorCode.java
View file @
8ed7db8f
...
...
@@ -199,7 +199,7 @@ public enum SCIOErrorCode {
}
}
// no match found, unknown error (SCARD_F_UNKNOWN_ERROR)
return
-
2146435052
;
return
SCARD_F_UNKNOWN_ERROR
.
SCARD_F_UNKNOWN_ERROR
.
codes
[
0
]
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment