diff options
Diffstat (limited to 'plugins/NewEventNotify/src/popup.cpp')
| -rw-r--r-- | plugins/NewEventNotify/src/popup.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewEventNotify/src/popup.cpp b/plugins/NewEventNotify/src/popup.cpp index b98b4f969e..81edaf7c90 100644 --- a/plugins/NewEventNotify/src/popup.cpp +++ b/plugins/NewEventNotify/src/popup.cpp @@ -267,7 +267,7 @@ static TCHAR* GetEventPreview(DBEVENTINFO *dbei)  			char *pszLast = pszFirst + strlen(pszFirst) + 1;
  			char *pszEmail = pszLast + strlen(pszLast) + 1;
 -			_snprintf(szUin, 16, "%d", *((DWORD*)dbei->pBlob));
 +			mir_snprintf(szUin, 16, "%d", *((DWORD*)dbei->pBlob));
  			if (strlen(pszNick) > 0) {
  				if (dbei->flags & DBEF_UTF)
  					szNick = mir_utf8decodeT(pszNick);
 @@ -303,7 +303,7 @@ static TCHAR* GetEventPreview(DBEVENTINFO *dbei)  			char *pszLast  = pszFirst + strlen(pszFirst) + 1;
  			char *pszEmail = pszLast + strlen(pszLast) + 1;
 -			_snprintf(szUin, 16, "%d", *((DWORD*)dbei->pBlob));
 +			mir_snprintf(szUin, 16, "%d", *((DWORD*)dbei->pBlob));
  			if (strlen(pszNick) > 0) {
  				if (dbei->flags & DBEF_UTF)
  					szNick = mir_utf8decodeT(pszNick);
  | 
