mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
People can still use -noask option if they want. Also apply some C99 fixes from Fedora. Signed-off-by: Pacho Ramos <pacho@gentoo.org>
13 lines
346 B
Diff
13 lines
346 B
Diff
diff -ur grace-5.1.25.orig/src/utils.c grace-5.1.25/src/utils.c
|
|
--- grace-5.1.25.orig/src/utils.c 2022-12-22 10:40:39.391625263 +0100
|
|
+++ grace-5.1.25/src/utils.c 2022-12-22 10:41:24.732188992 +0100
|
|
@@ -1391,7 +1391,7 @@
|
|
update_app_title();
|
|
}
|
|
|
|
-void lock_dirtystate(flag)
|
|
+void lock_dirtystate(int flag)
|
|
{
|
|
dirtystate_lock = flag;
|
|
}
|