Skip to content

Commit 83c8ee0

Browse files
authored
Merge pull request #2429 from AllenInstitute/bugfix/2429-mac-compilation
GetAllFilesRecursivelyFromPath: Fix compilation on MacOSX
2 parents a35734c + a90fb59 commit 83c8ee0

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)