X-Git-Url: http://git.osdn.net/view?p=tortoisegit%2FTortoiseGitJp.git;a=blobdiff_plain;f=src%2FTortoiseProc%2FCommands%2FDiffCommand.cpp;fp=src%2FTortoiseProc%2FCommands%2FDiffCommand.cpp;h=9cbc229857f6e1614581b5e900c29f59163d173f;hp=dd081f88e1696ce2ee65f252dcf209653061370d;hb=f27a2b7b04f549ab3ff336359a5098b1e8935706;hpb=3509c77caa07a69773cfba5ab2f5d71ce58fc962 diff --git a/src/TortoiseProc/Commands/DiffCommand.cpp b/src/TortoiseProc/Commands/DiffCommand.cpp index dd081f8..9cbc229 100644 --- a/src/TortoiseProc/Commands/DiffCommand.cpp +++ b/src/TortoiseProc/Commands/DiffCommand.cpp @@ -32,7 +32,7 @@ bool DiffCommand::Execute() // bool bBlame = !!parser.HasKey(_T("blame")); if (path2.IsEmpty()) { - if (cmdLinePath.IsDirectory()) + if (this->orgCmdLinePath.IsDirectory()) { CChangedDlg dlg; dlg.m_pathList = CTGitPathList(cmdLinePath);