diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:09:14 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-03-19 15:39:18 +0100 |
| commit | af90841fbc0a7090d7f3979c4d71aeeec1fbcb4b (patch) | |
| tree | 8c768ffc47e08b5031110997b595e930e3e1a754 /fluid/fluid.cxx | |
| parent | 3a8daf70c05692d73ded3a64d004a685c5ea2df6 (diff) | |
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Rewrite src/Fl_File_Chooser.cxx from its .fl source file
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index 42fe3d218..7878124f8 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -278,7 +278,7 @@ static Fl_String end_with_slash(const Fl_String &str) { return str; } -/** +/** Generate a path to a directory for temporary data storage. The path is stored in g_tmpdir. */ @@ -345,7 +345,7 @@ static void create_tmpdir() { } } -/** +/** Delete the temporary directory that was created in set_tmpdir. */ static void delete_tmpdir() { |
