Skip to content

Commit 2076477

Browse files
committed
Another try.
1 parent 432ffbc commit 2076477

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v3
1818

19-
- name: cat header
20-
continue-on-error: true
21-
run: |
22-
cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/sys/dirent.h
23-
24-
- name: cat header 2
25-
continue-on-error: true
26-
run: |
27-
cat /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/dirent.h
28-
29-
30-
31-
3219
- name: Setup .NET
3320
uses: actions/setup-dotnet@v3
3421
with:

Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,6 @@ private static bool OSXTryReadDir(nint dirHandle, out OSXDirEnt dirEnt)
829829

830830
private static FileMetadata OSXConvert(OSXDirEnt entry, StdString path)
831831
{
832-
MemoryDump(&entry);
833832
int length = entry.d_namlen;
834833
StdWString str = new(path.Size + length);
835834
str.Append(path);

0 commit comments

Comments
 (0)