diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c46945..efdfe46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,19 +16,6 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: cat header - continue-on-error: true - run: | - cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/dirent.h - - - name: cat header 2 - continue-on-error: true - run: | - cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dirent.h - - - - - name: Setup .NET uses: actions/setup-dotnet@v3 with: diff --git a/Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs b/Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs index 9776437..78c7426 100644 --- a/Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs +++ b/Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs @@ -829,7 +829,6 @@ private static bool OSXTryReadDir(nint dirHandle, out OSXDirEnt dirEnt) private static FileMetadata OSXConvert(OSXDirEnt entry, StdString path) { - MemoryDump(&entry); int length = entry.d_namlen; StdWString str = new(path.Size + length); str.Append(path);