--- a/src/libmodplug/sndfile.h +++ b/src/libmodplug/sndfile.h @@ -613,7 +613,7 @@ public: UINT GetMaxPosition() const; void SetCurrentPos(UINT nPos); void SetCurrentOrder(UINT nOrder); - void GetTitle(LPSTR s) const { lstrcpyn(s,m_szNames[0],32); } + void GetTitle(LPSTR s) const { lstrcpynA(s,m_szNames[0],32); } LPCSTR GetTitle() const { return m_szNames[0]; } UINT GetSampleName(UINT nSample,LPSTR s=NULL) const; UINT GetInstrumentName(UINT nInstr,LPSTR s=NULL) const;