diff options
Diffstat (limited to 'plugins/FingerPrintModPlus/src/fingerprint.cpp')
| -rw-r--r-- | plugins/FingerPrintModPlus/src/fingerprint.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FingerPrintModPlus/src/fingerprint.cpp b/plugins/FingerPrintModPlus/src/fingerprint.cpp index 8b4b542064..95bb034f69 100644 --- a/plugins/FingerPrintModPlus/src/fingerprint.cpp +++ b/plugins/FingerPrintModPlus/src/fingerprint.cpp @@ -205,7 +205,7 @@ int OnExtraImageApply(WPARAM wParam, LPARAM lParam)  	if (hContact == NULL)
  		return 0;
 -	char *szProto = (char*)CallService(MS_PROTO_GETCONTACTBASEPROTO,wParam,0);
 +	char *szProto = GetContactProto((HANDLE)wParam);
  	if (szProto != NULL) {
  		DBVARIANT dbvMirVer = { 0 };
  | 
