Merge pull request #2059 from ZeroChaos-/master

fix lto-type-mismatch in guidummy.cpp
This commit is contained in:
Iceman 2023-08-02 15:54:38 +02:00 committed by GitHub
commit c5dff6a55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ extern "C" void ShowGraphWindow(void) {
extern "C" void HideGraphWindow(void) {}
extern "C" void RepaintGraphWindow(void) {}
extern "C" void ShowPictureWindow(char *fn) {
extern "C" void ShowPictureWindow(char *fn, int len) {
static int warned = 0;
if (!warned) {