Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/ttpfile/zmodem.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3702 by maya, Tue Mar 24 15:10:33 2009 UTC revision 3703 by maya, Wed Nov 25 08:30:57 2009 UTC
# Line 409  void ZSendFileDat(PFileVar fv, PZVar zv) Line 409  void ZSendFileDat(PFileVar fv, PZVar zv)
409    zv->ZState = Z_SendFileDat;    zv->ZState = Z_SendFileDat;
410    
411    fv->ByteCount = 0;    fv->ByteCount = 0;
412      fv->ProgStat = 0;
413    SetDlgNum(fv->HWin, IDC_PROTOBYTECOUNT, fv->ByteCount);    SetDlgNum(fv->HWin, IDC_PROTOBYTECOUNT, fv->ByteCount);
414    SetDlgPercent(fv->HWin, IDC_PROTOPERCENT, IDC_PROTOPROGRESS,    SetDlgPercent(fv->HWin, IDC_PROTOPERCENT, IDC_PROTOPROGRESS,
415      fv->ByteCount, fv->FileSize, &fv->ProgStat);      fv->ByteCount, fv->FileSize, &fv->ProgStat);

Legend:
Removed from v.3702  
changed lines
  Added in v.3703

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.