mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Fix potential crash of progress dialog
This commit is contained in:
parent
31cdd7bdd2
commit
b3fbada10e
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ std::array<std::deque<std::string>, 16> g_tty_input;
|
|||
std::mutex g_tty_mutex;
|
||||
|
||||
// Progress display server synchronization variables
|
||||
atomic_t<const char*> g_progr{nullptr};
|
||||
atomic_t<const char*> g_progr{""};
|
||||
atomic_t<u32> g_progr_ftotal{0};
|
||||
atomic_t<u32> g_progr_fdone{0};
|
||||
atomic_t<u32> g_progr_ptotal{0};
|
||||
|
|
Loading…
Add table
Reference in a new issue