Skip to content

Commit

Permalink
Update FileIdsDictionary.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Apr 27, 2024
1 parent cd94af1 commit e682f80
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ private partial class FileIdsPair : IBinaryConvertible {
public NullableString[] FilePaths { get; set; }
}

private partial class NullableString {
[BinarySchema]
private partial class NullableString : IBinaryConvertible {
[NullTerminatedString]
public string FilePath { get; set; }
}
Expand Down

0 comments on commit e682f80

Please sign in to comment.