[Scummvm-git-logs] scummvm master -> afb35d48122e3eeba050642fb59575548e873590

lotharsm noreply at scummvm.org
Thu Aug 15 07:14:55 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
afb35d4812 GUI: Update API endpoint for validation in the Integrity Dialog


Commit: afb35d48122e3eeba050642fb59575548e873590
    https://github.com/scummvm/scummvm/commit/afb35d48122e3eeba050642fb59575548e873590
Author: Lothar Serra Mari (mail at serra.me)
Date: 2024-08-15T09:14:38+02:00

Commit Message:
GUI: Update API endpoint for validation in the Integrity Dialog

Changed paths:
    gui/editgamedialog.cpp


diff --git a/gui/editgamedialog.cpp b/gui/editgamedialog.cpp
index 742b5b2328e..d7a9cf1888d 100644
--- a/gui/editgamedialog.cpp
+++ b/gui/editgamedialog.cpp
@@ -638,7 +638,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
 
 #ifdef USE_LIBCURL
 	case kCmdCheckIntegrity: {
-		IntegrityDialog wizard("http://gamesdb.sev.zone/endpoints/validate.php", _domain);
+		IntegrityDialog wizard("http://gamesdb.sev.zone/validate", _domain);
 		wizard.runModal();
 		break;
 	}




More information about the Scummvm-git-logs mailing list