Skip to content

Commit a90fb59

Browse files
committed
GetAllFilesRecursivelyFromPath: Fix compilation on MacOSX
Broken since 2436f40 (GetAllFilesRecursivelyFromPath: Rework it completely, 2025-04-16).
1 parent a35734c commit a90fb59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages/MIES/MIES_Utilities_File.ipf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ static Function [WAVE/Z/T filesResolved, WAVE/Z/T foldersResolved] GetAllFilesAl
327327

328328
WAVE/Z/T filesWithoutAliases = GrepTextWave(files, "\.lnk$", invert = 1)
329329
#else
330-
WAVE aliasFiles = files
330+
WAVE/T aliasFiles = files
331331
WAVE/ZZ filesWithoutAliases
332332
#endif // WINDOWS
333333

0 commit comments

Comments
 (0)