mirror of
https://github.com/fltk/fltk.git
synced 2026-02-05 15:59:50 +08:00
Update dependencies and fix whitespace errors
- replace tabs with spaces - remove trailing whitespace
This commit is contained in:
@@ -196,7 +196,7 @@ bool openDirectory(const char *dir, char *flags) {
|
||||
if (!p) continue;
|
||||
if (*(p+4)) continue; // is no extension!
|
||||
snprintf(buf, sizeof(buf), "%s/%s", dir, name);
|
||||
if (strstr(name, "debug")) // hack: when name contains 'debug' open single frames
|
||||
if (strstr(name, "debug")) // hack: when name contains 'debug' open single frames
|
||||
strcat(flags, "d");
|
||||
if (openFile(buf, flags, cnt == 0))
|
||||
cnt++;
|
||||
|
||||
Reference in New Issue
Block a user