mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 11:03:57 +00:00
13 lines
335 B
Diff
13 lines
335 B
Diff
|
diff --git a/src/main.cpp b/src/main.cpp
|
||
|
index 39dfaa24..634b004b 100644
|
||
|
--- a/src/main.cpp
|
||
|
+++ b/src/main.cpp
|
||
|
@@ -237,6 +237,7 @@ static char * main_check_latest_version() {
|
||
|
|
||
|
|
||
|
void * main_check_latest_version_thread(void *arg) {
|
||
|
+ return NULL;
|
||
|
char * latest_version = main_check_latest_version();
|
||
|
if (latest_version) {
|
||
|
if (
|