Skip to content

Commit

Permalink
Adapt to new NativeUtility api
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-B- committed Jun 19, 2019
1 parent f31f24f commit 2b54034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReportInfo/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ static void Main(string[] args)
if (args.Length > 1)
rHome = args[1];

var logInfo = NativeUtility.FindRPaths(ref rPath, ref rHome);
var logInfo = new NativeUtility(null).FindRPaths(ref rPath, ref rHome);

Console.WriteLine("Is this process 64 bits? {0}", System.Environment.Is64BitProcess);
Console.WriteLine(logInfo);
Expand Down

0 comments on commit 2b54034

Please sign in to comment.