mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[INETCOMM] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68434
This commit is contained in:
parent
bae1157f0f
commit
5aca83b750
2 changed files with 3 additions and 3 deletions
|
@ -1595,13 +1595,13 @@ static HRESULT create_body_offset_list(IStream *stm, const char *boundary, struc
|
|||
|
||||
if(overlap == buf) /* 1st iteration */
|
||||
{
|
||||
memcpy(buf, buf + PARSER_BUF_SIZE - overlap_no, overlap_no);
|
||||
memmove(buf, buf + PARSER_BUF_SIZE - overlap_no, overlap_no);
|
||||
overlap = buf + overlap_no;
|
||||
start += read - overlap_no;
|
||||
}
|
||||
else
|
||||
{
|
||||
memcpy(buf, buf + PARSER_BUF_SIZE, overlap_no);
|
||||
memmove(buf, buf + PARSER_BUF_SIZE, overlap_no);
|
||||
start += read;
|
||||
}
|
||||
} while(1);
|
||||
|
|
|
@ -81,7 +81,7 @@ reactos/dll/win32/ieframe # Synced to WineStaging-1.7.47
|
|||
reactos/dll/win32/imaadp32.acm # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/imagehlp # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/imm32 # Synced to Wine-1.7.27
|
||||
reactos/dll/win32/inetcomm # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/inetcomm # Synced to WineStaging-1.7.47
|
||||
reactos/dll/win32/inetmib1 # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/initpki # Synced to WineStaging-1.7.37
|
||||
reactos/dll/win32/inseng # Synced to WineStaging-1.7.37
|
||||
|
|
Loading…
Reference in a new issue