wangzhengquan
2020-06-30 9b2d472b92665ab6afac8dcca9683c759b3fbb8a
device/hcnetdisk.c
@@ -247,7 +247,7 @@
    printf("Be downloading...%d %%\n", nPos);
    sleep(1);
  }
  printf("have got %d\n", nPos);
  // printf("have got %d\n", nPos);
//停止下载
  if (!NET_DVR_StopGetFile(hPlayback))
  {
@@ -255,7 +255,7 @@
    bRes = -1;
    return bRes;
  }
  printf("%s\n", srcfile);
  // printf("%s\n", srcfile);
  if (nPos < 0 || nPos > 100)
  {
    printf("download err [%d]\n", NET_DVR_GetLastError());