diff options
Diffstat (limited to 'plugins/ExternalAPI/m_assocmgr.h')
-rw-r--r-- | plugins/ExternalAPI/m_assocmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_assocmgr.h b/plugins/ExternalAPI/m_assocmgr.h index 1f7162f256..94e590dc86 100644 --- a/plugins/ExternalAPI/m_assocmgr.h +++ b/plugins/ExternalAPI/m_assocmgr.h @@ -259,7 +259,7 @@ static __inline char *Netlib_UrlDecode(char *str) MoveMemory(psz,&psz[1],2);
psz[2]=0;
*psz=(char)strtol(psz,NULL,16);
- MoveMemory(&psz[1],&psz[3],lstrlenA(&psz[3])+1);
+ MoveMemory(&psz[1],&psz[3],mir_strlen(&psz[3])+1);
break;
}
return str;
|