Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2021-05-15 16:50:20 +0300
committerBartosz Taudul <wolf@nereid.pl>2021-05-15 16:50:20 +0300
commit3d75bf653a90f416723159b1f23d8708fe6a13a6 (patch)
tree571ed32590e1ff9fed56d8a964b71a3d6fd0ab1a /import-chrome
parent859b8e419319a89d772bf9a1ac31a5701b4e62da (diff)
Add interface for frame images dict building.
Diffstat (limited to 'import-chrome')
-rw-r--r--import-chrome/src/import-chrome.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/import-chrome/src/import-chrome.cpp b/import-chrome/src/import-chrome.cpp
index 8a5df664..6127b6d9 100644
--- a/import-chrome/src/import-chrome.cpp
+++ b/import-chrome/src/import-chrome.cpp
@@ -350,7 +350,7 @@ int main( int argc, char** argv )
}
printf( "\33[2KSaving...\r" );
fflush( stdout );
- worker.Write( *w );
+ worker.Write( *w, false );
printf( "\33[2KCleanup...\n" );
fflush( stdout );