mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 10:53:31 +00:00
8224056: Fix some assignments of string literals to LPSTR (instead of LPCSTR)
Reviewed-by: prr
This commit is contained in:
parent
7202c3b943
commit
86c9e2e1ce
@ -357,7 +357,7 @@ typedef struct {
|
||||
} DS_Info;
|
||||
|
||||
|
||||
LPSTR TranslateDSError(HRESULT hr) {
|
||||
LPCSTR TranslateDSError(HRESULT hr) {
|
||||
switch(hr) {
|
||||
case DSERR_ALLOCATED:
|
||||
return "DSERR_ALLOCATED";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user