From 5c00e540736ebcb6be2148c69c2406d5c837ec56 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 23 Jul 2024 08:13:32 -0700 Subject: [PATCH] Updated SDL_migration.cocci for SDL_GUIDFromString rename (thanks @sezero!) --- build-scripts/SDL_migration.cocci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/SDL_migration.cocci b/build-scripts/SDL_migration.cocci index 3c8525a5ea..3b4cbd7d3c 100644 --- a/build-scripts/SDL_migration.cocci +++ b/build-scripts/SDL_migration.cocci @@ -1353,7 +1353,7 @@ typedef SDL_GameControllerButton, SDL_GamepadButton; @@ @@ - SDL_JoystickGetGUIDFromString -+ SDL_GUIDFromString ++ SDL_StringToGUID (...) @@ @@