Skip to content

Commit b1f7c2f

Browse files
committed
More post rebase fixups
1 parent d257323 commit b1f7c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/native/monodroid/embedded-assemblies-zip.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
186186
LOG_ASSEMBLY,
187187
Util::monodroid_strdup_printf (
188188
"Assembly store '%s' is not a valid .NET for Android assembly store file",
189-
entry_name.get ()
189+
name
190190
)
191191
);
192192
}
@@ -196,7 +196,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
196196
LOG_ASSEMBLY,
197197
Util::monodroid_strdup_printf (
198198
"Assembly store '%s' uses format version 0x%x, instead of the expected 0x%x",
199-
entry_name.get (),
199+
name,
200200
header->version,
201201
ASSEMBLY_STORE_FORMAT_VERSION
202202
)

0 commit comments

Comments
 (0)