File: gcc-15.patch

package info (click to toggle)
freesweep 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: ansic: 5,611; sh: 2,180; makefile: 200
file content (11 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/game.c
+++ b/game.c
@@ -414,7 +414,7 @@
 	{
 		StartCurses();
 		InitCharSet(Game,Game->LineDraw);
-		PrintGPL(NULL);
+		PrintGPL();
 		clear();
 		noutrefresh();
 		doupdate();