sync cryptnet with wine 1.1.4

svn path=/trunk/; revision=36213
This commit is contained in:
Christoph von Wittich 2008-09-14 06:01:06 +00:00
parent c3aed3f12d
commit ab7f4d89c5

View file

@ -219,8 +219,7 @@ static BOOL WINAPI CRYPT_GetUrlFromCertificateCRLDistPoint(LPCSTR pszUrlOid,
pUrlArray->rgwszUrl[pUrlArray->cUrl++] =
nextUrl;
nextUrl +=
(lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1)
* sizeof(WCHAR);
(lstrlenW(name->rgAltEntry[j].u.pwszURL) + 1);
}
}
}