diff options
Diffstat (limited to 'src/fl_open_uri.cxx')
| -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 932a1e3f0..b093850d7 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -152,7 +152,7 @@ fl_open_uri(const char *uri, char *msg, int msglen) { // BROWSER environment variables because we have no idea whether // we need to run the listed commands in a terminal program. - char command[1024], // Command to run... + char command[FL_PATH_MAX], // Command to run... *argv[4], // Command-line arguments remote[1024]; // Remote-mode command... const char * const *commands; // Array of commands to check... |
