Skip to content

Commit

Permalink
Wrap: Fix debug log message
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Aug 28, 2022
1 parent caa1042 commit 01610c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7thWrapperLib/Wrap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ private IntPtr HCreateFileW(
if (isFF7GameFile)
{
lpFileName = lpFileName.Replace("\\/", "\\").Replace("/", "\\").Replace("\\\\", "\\");
DebugLogger.DetailedWriteLine($"CreateFile for {lpFileName}...");
DebugLogger.DetailedWriteLine($"CreateFileW for {lpFileName}...");
if (lpFileName.IndexOf('\\') < 0)
{
//DebugLogger.WriteLine("No path: curdir is {0}", System.IO.Directory.GetCurrentDirectory(), 0);
Expand Down

0 comments on commit 01610c1

Please sign in to comment.