diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2020-08-22 13:35:42 +0200 |
| commit | 340e2ac3a176ae04c89c1a3e1036472d3e847c62 (patch) | |
| tree | 8a4d21df0fe2c6c7265d2acbb33669d80eac679f /src/Fl_Native_File_Chooser_WIN32.cxx | |
| parent | 206675a3b1495dd03067d764a5a97819e572b558 (diff) | |
Fix .clang-format and some whitespace errors
.clang-format: UseTab: ForIndentation -> Never
Update fluid generated files
Diffstat (limited to 'src/Fl_Native_File_Chooser_WIN32.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_WIN32.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Native_File_Chooser_WIN32.cxx b/src/Fl_Native_File_Chooser_WIN32.cxx index 4b982a697..f9bc77787 100644 --- a/src/Fl_Native_File_Chooser_WIN32.cxx +++ b/src/Fl_Native_File_Chooser_WIN32.cxx @@ -527,7 +527,7 @@ int Fl_WinAPI_Native_File_Chooser_Driver::showfile() { strncpy(pathname, wchartoutf8(dirname), FNFC_MAX_PATH); strncat(pathname, "\\", FNFC_MAX_PATH); strncat(pathname, wchartoutf8(s), FNFC_MAX_PATH); - pathname[FNFC_MAX_PATH-1] = 0; + pathname[FNFC_MAX_PATH-1] = 0; add_pathname(pathname); } } |
