wininet: Remove an unused assignment (PVS-Studio)

Michael Stefaniuc mstefani at redhat.de
Fri Jan 23 04:13:57 CST 2015


---
 dlls/wininet/cookie.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/wininet/cookie.c b/dlls/wininet/cookie.c
index d2fbec3..bb1a914 100644
--- a/dlls/wininet/cookie.c
+++ b/dlls/wininet/cookie.c
@@ -367,7 +367,6 @@ static BOOL load_persistent_cookie(LPCWSTR domain, LPCWSTR path)
         *pend = 0;
         data = heap_strdupAtoW(pbeg);
 
-        pbeg = pend+1;
         pbeg = strchr(pend+1, '\n');
         if(!pbeg)
             break;
-- 
1.9.3



More information about the wine-patches mailing list