Take stars out of types where they make more sense.
authorJay Krell <jay.krell@cornell.edu>
Tue, 3 Sep 2019 22:44:43 +0000 (15:44 -0700)
committerLarry Ewing <lewing@microsoft.com>
Wed, 4 Sep 2019 17:31:13 +0000 (12:31 -0500)
Co-Authored-By: Larry Ewing <lewing@microsoft.com>
Commit migrated from https://github.com/mono/mono/commit/bd9ae10c7cf657e676e89eba88384e1739de6775

src/mono/mono/metadata/w32process-win32-uwp.c

index 73b7cca..c96d58c 100644 (file)
@@ -71,7 +71,7 @@ ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal (MonoW32ProcessStar
 MonoStringHandle
 ves_icall_System_Diagnostics_Process_ProcessName_internal (HANDLE process, MonoError *error)
 {
-       gunichar2name = NULL;
+       gunichar2 *name = NULL;
        guint32 len = 0;
        // FIXME give allocator to mono_get_module_file_name to avoid copies, here and many other
        if (!mono_get_module_file_name (NULL, &name, &len))