Skip to content

Commit da35911

Browse files
committed
Another try.
1 parent 229bda9 commit da35911

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

830830
private static FileMetadata OSXConvert(OSXDirEnt entry, StdString path)
831831
{
832+
MemoryDump(&entry);
832833
int length = NET.Utilities.Utils.StrLen(entry.d_name);
833834
StdWString str = new(path.Size + length);
834835
str.Append(path);

0 commit comments

Comments
 (0)