Skip to content

Commit

Permalink
More post rebase fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Oct 15, 2024
1 parent d257323 commit b1f7c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/native/monodroid/embedded-assemblies-zip.cc
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
LOG_ASSEMBLY,
Util::monodroid_strdup_printf (
"Assembly store '%s' is not a valid .NET for Android assembly store file",
entry_name.get ()
name
)
);
}
Expand All @@ -196,7 +196,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
LOG_ASSEMBLY,
Util::monodroid_strdup_printf (
"Assembly store '%s' uses format version 0x%x, instead of the expected 0x%x",
entry_name.get (),
name,
header->version,
ASSEMBLY_STORE_FORMAT_VERSION
)
Expand Down

0 comments on commit b1f7c2f

Please sign in to comment.