Skip to content

Commit e542c9a

Browse files
committed
More post rebase fixups
1 parent f697a01 commit e542c9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
194194
LOG_ASSEMBLY,
195195
Util::monodroid_strdup_printf (
196196
"Assembly store '%s' is not a valid .NET for Android assembly store file",
197-
entry_name.get ()
197+
name
198198
)
199199
);
200200
}
@@ -204,7 +204,7 @@ EmbeddedAssemblies::verify_assembly_store_and_set_info (void *data_start, const
204204
LOG_ASSEMBLY,
205205
Util::monodroid_strdup_printf (
206206
"Assembly store '%s' uses format version 0x%x, instead of the expected 0x%x",
207-
entry_name.get (),
207+
name,
208208
header->version,
209209
ASSEMBLY_STORE_FORMAT_VERSION
210210
)

0 commit comments

Comments
 (0)