Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyneu committed Oct 18, 2017
1 parent bcbe2be commit 94589f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified Release/tool3.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions tool3/MainFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ VOID c(VOID *)
c=t.Find("Synced");
if(c != -1)
{
tm=1890;
tm=2940;
t=t.Right(h-c-7);
t.Truncate(h-c-11);
sscanf(t,"%d/%d",&p[1],&p[2]);
Expand All @@ -230,7 +230,7 @@ VOID c(VOID *)
z.q=(DOUBLE)60*((z.block[2] - z.block[1]))/(z.b - z.t);
z.X7.Format(" %.2f block/m",z.q);
z.outofthis=(p[2] - z.block[2])/(z.q*1440);
if(z.q) z.X8.Format("\\qr\\cf2 days to go %.1f \\cf1\\par\n",z.outofthis);
if(z.q) z.X8.Format("\\qr\\ri800\\fs30 days to go %.1f \\par\\ri0\\fs33\n",z.outofthis);
// AllocConsole();
// freopen("conout$","r+",stdout);
// std::cout << z.t<<z.b;
Expand Down

0 comments on commit 94589f1

Please sign in to comment.