Author: cwittich
Date: Sun Sep 14 01:01:06 2008
New Revision: 36213
URL:
http://svn.reactos.org/svn/reactos?rev=36213&view=rev
Log:
sync cryptnet with wine 1.1.4
Modified:
trunk/reactos/dll/win32/cryptnet/cryptnet_main.c
Modified: trunk/reactos/dll/win32/cryptnet/cryptnet_main.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/cryptnet/cryptne…
==============================================================================
--- trunk/reactos/dll/win32/cryptnet/cryptnet_main.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/cryptnet/cryptnet_main.c [iso-8859-1] Sun Sep 14 01:01:06
2008
@@ -219,8 +219,7 @@
pUrlArray->rgwszUrl[pUrlArray->cUrl++] =
nextUrl;
nextUrl +=
- (lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1)
- * sizeof(WCHAR);
+ (lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1);
}
}
}