From 6acda521ccaa448eeb26f81a2432da586bed9b30 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 7 Mar 2025 01:15:57 +0100 Subject: Removes the remaining references to Fl_String. Still to do: rename fl_filename... to fl_filename..._str and introduce into core library. --- fluid/code.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/code.cxx') diff --git a/fluid/code.cxx b/fluid/code.cxx index 0e715441a..3c789abd3 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -798,7 +798,7 @@ int Fd_Code_Writer::write_code(const char *s, const char *t, bool to_codeview) { // Remember the last code file location for MergeBack if (s && g_project.write_mergeback_data && !to_codeview) { std::string proj_filename = g_project.projectfile_path() + g_project.projectfile_name(); - int i, n = proj_filename.size(); + int i, n = (int)proj_filename.size(); for (i=0; i