diff options
Diffstat (limited to 'src/filename_isdir.cxx')
| -rw-r--r-- | src/filename_isdir.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filename_isdir.cxx b/src/filename_isdir.cxx index 140bc85c2..492938ffd 100644 --- a/src/filename_isdir.cxx +++ b/src/filename_isdir.cxx @@ -54,7 +54,7 @@ int fl_filename_isdir(const char* n) { char fn[FL_PATH_MAX]; int length; - length = strlen(n); + length = (int) strlen(n); #ifdef WIN32 // This workaround brought to you by the fine folks at Microsoft! |
