diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_open_uri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index 2277d2ed1..932a1e3f0 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -126,7 +126,7 @@ fl_open_uri(const char *uri, char *msg, int msglen) { #ifdef WIN32 if (msg) snprintf(msg, msglen, "open %s", uri); - return (int)ShellExecute(HWND_DESKTOP, "open", uri, NULL, NULL, SW_SHOW) > 32; + return (int)(ShellExecute(HWND_DESKTOP, "open", uri, NULL, NULL, SW_SHOW) > (void *)32); #elif defined(__APPLE__) char *argv[3]; // Command-line arguments |
