Skip to content

Commit 31f98bd

Browse files
committed
update:up example
1 parent 711a64a commit 31f98bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XEngine_APPClient/APPClient_UPDownload/APPClient_UPDownload.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void File_UPLoad()
6868
//断点续传必须指定storagekey
6969
nLen = 0;
7070
memset(tszHdrBuffer, '\0', MAX_PATH);
71-
_stprintf(tszHdrBuffer, _T("Range: bytes=5-9/10\r\nAuthorization: %s\r\nStorageKey: %s\r\n"), tszBaseBuffer, tszKeyBuffer);
71+
_stprintf(tszHdrBuffer, _T("Range: bytes=5-10/10\r\nAuthorization: %s\r\nStorageKey: %s\r\n"), tszBaseBuffer, tszKeyBuffer);
7272
if (!APIClient_Http_Request(_T("POST"), lpszUrl, lpszMsgBuffer2, &nCode, &ptszMsgBuffer, &nLen, tszHdrBuffer))
7373
{
7474
printf("upload failed:%lX\n", APIClient_GetLastError());

0 commit comments

Comments
 (0)