Avoid CString.GetBuffer() and make use of default (LPCTSTR) operator
commita2463a853f200244885be73ffaa97a16dc40d565
authorSven Strickroth <email@cs-ware.de>
Sat, 11 Jan 2014 00:57:42 +0000 (11 01:57 +0100)
committerSven Strickroth <email@cs-ware.de>
Sat, 11 Jan 2014 02:44:01 +0000 (11 03:44 +0100)
treeab31864af6b6cd9a0e5f24306958729bc553e9e4
parent29231119d7d2f9a203aff23be98594eceec9e858
Avoid CString.GetBuffer() and make use of default (LPCTSTR) operator

Thereby we can avoid lots of ReleaseBuffer() calls.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
15 files changed:
src/Git/Git.cpp
src/Git/Git.h
src/Git/GitIndex.cpp
src/Git/GitStatus.cpp
src/TortoiseMerge/MainFrm.cpp
src/TortoiseProc/AppUtils.cpp
src/TortoiseProc/CheckForUpdatesDlg.cpp
src/TortoiseProc/Commands/CreateRepositoryCommand.cpp
src/TortoiseProc/CommitDlg.cpp
src/TortoiseProc/GitProgressList.cpp
src/TortoiseProc/GitRefCompareList.cpp
src/TortoiseProc/ProjectProperties.cpp
src/TortoiseProc/Settings/SettingGitCredential.cpp
src/TortoiseProc/TortoiseProc.cpp
src/TortoiseShell/GITPropertyPage.cpp