From d9e2502eb00da27cff4caefd0ce9cf8a5864075a Mon Sep 17 00:00:00 2001 From: Frank Li Date: Sat, 26 Dec 2009 14:11:48 +0800 Subject: [PATCH] Fix a debug version segment fail Signed-off-by: Frank Li --- ext/tgit | 2 +- src/TGitCache/SVNStatusCache.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/tgit b/ext/tgit index c59dfb7..9b982c6 160000 --- a/ext/tgit +++ b/ext/tgit @@ -1 +1 @@ -Subproject commit c59dfb7f304ec5c3cd1c083ed96d71b6c4ad26ac +Subproject commit 9b982c62073508ee53f39ee175ca914a0903d49e diff --git a/src/TGitCache/SVNStatusCache.cpp b/src/TGitCache/SVNStatusCache.cpp index 4b15ae5..8afbcd9 100644 --- a/src/TGitCache/SVNStatusCache.cpp +++ b/src/TGitCache/SVNStatusCache.cpp @@ -314,7 +314,7 @@ bool CGitStatusCache::RemoveCacheForDirectory(CCachedDirectory * cdir) } cdir->m_childDirectories.clear(); m_directoryCache.erase(cdir->m_directoryPath); - ATLTRACE(_T("removed path %s from cache\n"), cdir->m_directoryPath); + ATLTRACE(_T("removed path %s from cache\n"), cdir->m_directoryPath.GetWinPathString()); delete cdir; cdir = NULL; return true; -- 2.11.0