Skip to content

Commit

Permalink
Another try.
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold committed Nov 8, 2024
1 parent 432ffbc commit 2076477
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2076477

Please sign in to comment.