Skip to content

Commit

Permalink
fix special characters in file and folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeque-squared committed Oct 5, 2024
1 parent d816e69 commit e3a4324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/UFilesystem.pas
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface
UPath;

type
TSytemSearchRec = TSearchRec;
TSytemSearchRec = TUnicodeSearchRec;

TFileInfo = record
Time: integer; // timestamp
Expand Down

0 comments on commit e3a4324

Please sign in to comment.