Advertisement
Guest User

Untitled

a guest
Oct 31st, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.33 KB | None | 0 0
  1. --- ./CPP/7zip/UI/Console/ExtractCallbackConsole.cpp    2009-02-07 17:45:00.000000000 +0100
  2. +++ ./CPP/7zip/UI/Console/ExtractCallbackConsole.cpp    2011-10-31 20:25:16.147880807 +0100
  3. @@ -94,6 +94,7 @@
  4.    (*OutStream) << name;
  5.    if (position != 0)
  6.      (*OutStream) << " <" << *position << ">";
  7. +  fflush(stdout);
  8.    return S_OK;
  9.  }
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement