UPDATER: Remove Force-Update Debug

This commit is contained in:
cypress 2023-07-24 15:46:12 -04:00 committed by GitHub
parent f5e5729f6d
commit ba362a0956
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ int main(int argc, char *argv[]) {
start = strstr(generic_mem_buffer, "\"name\": \"") + 9;
start[strlen(cur_version)] = 0;
printf("Last version: %s\n", start);
if (!strcmp(cur_version, start) && 0) {
if (!strcmp(cur_version, start)) {
printf("Up to date\n");
goto launch_nzp;
} else {