Révision | 29488 (tree) |
---|---|
l'heure | 2022-12-02 03:17:27 |
Auteur | stefankueng |
return after merging the cache data, don't try to update it again
@@ -1,6 +1,6 @@ | ||
1 | 1 | // TortoiseSVN - a Windows shell extension for easy version control |
2 | 2 | |
3 | -// Copyright (C) 2003-2007, 2009-2015, 2021 - TortoiseSVN | |
3 | +// Copyright (C) 2003-2007, 2009-2015, 2021-2022 - TortoiseSVN | |
4 | 4 | |
5 | 5 | // This program is free software; you can redistribute it and/or |
6 | 6 | // modify it under the terms of the GNU General Public License |
@@ -565,6 +565,7 @@ | ||
565 | 565 | { |
566 | 566 | CCacheLogQuery* tempQuery = const_cast<CCacheLogQuery*>(query.get()); |
567 | 567 | aQuery->UpdateCache(tempQuery); |
568 | + return; | |
568 | 569 | } |
569 | 570 | else |
570 | 571 | query = std::move(aQuery); |