From a2d7fde645800442fb8b3f8fe567ac8b7cae0dec Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 31 Oct 2023 11:20:54 +0100 Subject: FLUID: Stroe uid's in hex --- fluid/code.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fluid/code.cxx') diff --git a/fluid/code.cxx b/fluid/code.cxx index 65111f6cd..0caf267f6 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -765,6 +765,8 @@ int Fd_Code_Writer::write_code(const char *s, const char *t, bool to_sourceview) // Remember the last code file location for MergeBack if (s && g_project.write_mergeback_data && !to_sourceview) { Fl_String proj_filename = g_project.projectfile_path() + g_project.projectfile_name(); + int i, n = proj_filename.size(); + for (i=0; i