File: extvars.h.patch

package info (click to toggle)
sjeng 11.2-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: ansic: 13,378; sh: 324; makefile: 29
file content (20 lines) | stat: -rw-r--r-- 377 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Author: Lukas Geyer <lukas@debian.org>
Description: Changed ECacheSize to unsigned.

--- sjeng-11.2.orig/extvars.h
+++ sjeng-11.2/extvars.h
@@ -164,7 +164,7 @@
 extern int havercfile;
 extern int TTSize;
 extern int PBSize;
-extern int ECacheSize;
+extern unsigned int ECacheSize;
 
 extern int my_rating, opp_rating;
 extern int userealholdings;
@@ -190,5 +190,3 @@
 
 
 
-
-