Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rz7d/f15a540106880210fdad55538ed10b57 to your computer and use it in GitHub Desktop.
Save rz7d/f15a540106880210fdad55538ed10b57 to your computer and use it in GitHub Desktop.
jdk
--- a/make/src/native/fixpath.c
+++ b/make/src/native/fixpath.c
@@ -48,7 +48,7 @@
fprintf(stderr,
"%s Failed with error %d: %s\n",
- msg, dw, lpMsgBuf);
+ msg, dw, (LPTSTR) lpMsgBuf);
LocalFree(lpMsgBuf);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment