Files
gentoo/sci-visualization/grace/files/grace-c99.patch
Pacho Ramos 1f68184f65 sci-visualization/grace: Don't overwrite files by default
People can still use -noask option if they want. Also apply some C99 fixes
from Fedora.

Signed-off-by: Pacho Ramos <pacho@gentoo.org>
2023-09-29 11:55:46 +02:00

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;
}