From dec7875a6e23212021e4d9080330a42832dfe02a Mon Sep 17 00:00:00 2001
From: Edward Rudd <urkle@outoforder.cc>
Date: Tue, 15 Jun 2021 01:40:19 +0000
Subject: [PATCH] update SDL soruce to 2.0.14
---
source/test/testautomation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/source/test/testautomation.c b/source/test/testautomation.c
index bc7fa52..ef60017 100644
--- a/source/test/testautomation.c
+++ b/source/test/testautomation.c
@@ -62,7 +62,7 @@
}
else if (SDL_strcasecmp(argv[i], "--execKey") == 0) {
if (argv[i + 1]) {
- SDL_sscanf(argv[i + 1], "%"SDL_PRIu64, (long long unsigned int *)&userExecKey);
+ SDL_sscanf(argv[i + 1], "%"SDL_PRIu64, &userExecKey);
consumed = 2;
}
}
--
Gitblit v1.9.3