mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03: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 (
|