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 229bda9 commit da35911
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hexa.NET.ImGui.Widgets/Dialogs/FileUtilities.cs
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ private static bool OSXTryReadDir(nint dirHandle, out OSXDirEnt dirEnt)

private static FileMetadata OSXConvert(OSXDirEnt entry, StdString path)
{
MemoryDump(&entry);
int length = NET.Utilities.Utils.StrLen(entry.d_name);
StdWString str = new(path.Size + length);
str.Append(path);
Expand Down

0 comments on commit da35911

Please sign in to comment.