use longest_filename() for SD card files instead of longFilename #398

Merged
stklcode merged 1 commits from fix/393-sd-filenames into master 2022-12-20 02:17:00 -06:00

1 Commits

Author SHA1 Message Date
Stefan Kalscheuer
3a19d9ef69 use longest_filename() for SD card files instead of longFilename
The long filename is not always filled, so files like "test.gco" may not
be shown in the file list. Use the built-in fallback to the longest name
available to overcome that issue and print the 8.3 name if no other is
available.
2022-12-20 09:03:22 +01:00