projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0635529
)
A bit more
author
Cameron Ball
<cameron@getapproved.com.au>
Thu, 12 Feb 2015 09:02:18 +0000
(17:02 +0800)
committer
Cameron Ball
<cameron@getapproved.com.au>
Thu, 12 Feb 2015 09:02:18 +0000
(17:02 +0800)
src/GameState.cpp
patch
|
blob
|
history
diff --git
a/src/GameState.cpp
b/src/GameState.cpp
index
c0f0561
..
e1e075f
100644
(file)
--- a/
src/GameState.cpp
+++ b/
src/GameState.cpp
@@
-308,9
+308,10
@@
void GameState::SetSongInProgress( const CString &sWriteOut )
void GameState::CreateSymlinkFavourite( const CString &sSongDir )
{
-
LOG->Debug("GameState::CreateSymlinkFavourite( %s )", sSongDir.c_str());
+
//
LOG->Debug("GameState::CreateSymlinkFavourite( %s )", sSongDir.c_str());
CString sPath = GetCwd();
- LOG->Debug("what %s", sPath.c_str());
+ CString euphoric = sPath + sSongDir;
+ LOG->Debug("what %s", euphoric.c_str());
}
/*