Skip to content

Commit

Permalink
Merge a660381 into 2545777
Browse files Browse the repository at this point in the history
  • Loading branch information
berryzplus authored Apr 19, 2020
2 parents 2545777 + a660381 commit 64d92d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sakura_core/macro/CPPAMacroMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ BOOL CPPAMacroMgr::LoadKeyMacro( HINSTANCE hInstance, const WCHAR* pszPath )
*/
BOOL CPPAMacroMgr::LoadKeyMacroStr( HINSTANCE hInstance, const WCHAR* pszCode )
{
m_cBuffer.SetNativeData( pszCode ); // m_cBufferにコピー
m_cBuffer.SetString( pszCode ); // m_cBufferにコピー

m_nReady = true;
return TRUE;
Expand Down

0 comments on commit 64d92d4

Please sign in to comment.