mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
And update EAPI 7 -> 8 Closes: https://bugs.gentoo.org/924177 Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35353 Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
12 lines
259 B
Diff
12 lines
259 B
Diff
Bug: https://bugs.gentoo.org/924177
|
|
--- a/xscreensaver.app.c
|
|
+++ b/xscreensaver.app.c
|
|
@@ -116,7 +116,7 @@ void popConfig()
|
|
|
|
int main(int argc, char **argv)
|
|
{
|
|
- unsigned height, width;
|
|
+ unsigned short height, width;
|
|
char *st_command;
|
|
int status;
|
|
|