From 81337e86426dd4a79836554342bdc2e7e6195769 Mon Sep 17 00:00:00 2001
From: George Hazan <george.hazan@gmail.com>
Date: Tue, 18 Jun 2013 14:12:13 +0000
Subject: massive extinction of stupid service name's buffers

git-svn-id: http://svn.miranda-ng.org/main/trunk@5010 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 plugins/AVS/src/acc.cpp | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'plugins/AVS')

diff --git a/plugins/AVS/src/acc.cpp b/plugins/AVS/src/acc.cpp
index d080f74d30..5e2512c82c 100644
--- a/plugins/AVS/src/acc.cpp
+++ b/plugins/AVS/src/acc.cpp
@@ -84,8 +84,7 @@ typedef struct
 
 void ResizeFlash(HWND hwnd, ACCData* data)
 {
-	if ((data->hContact != NULL || data->proto[0] != '\0')
-		&& ServiceExists(MS_FAVATAR_RESIZE))
+	if ((data->hContact != NULL || data->proto[0] != '\0') && ServiceExists(MS_FAVATAR_RESIZE))
 	{
 		RECT rc;
 		GetClientRect(hwnd, &rc);
@@ -131,8 +130,7 @@ void DestroyFlash(HWND hwnd, ACCData* data)
 	if (!data->showingFlash)
 		return;
 
-	if ((data->hContact != NULL || data->proto[0] != '\0')
-		&& ServiceExists(MS_FAVATAR_DESTROY))
+	if ((data->hContact != NULL || data->proto[0] != '\0') && ServiceExists(MS_FAVATAR_DESTROY))
 	{
 		FLASHAVATAR fa = {0}; 
 		fa.hContact = data->hContact;
-- 
cgit v1.2.3