X-Git-Url: https://git.deb.at/?a=blobdiff_plain;f=debian%2Fpatches%2F05_init-static-vars;h=e7ada38550ae87806177d55b48e7850168506491;hb=5bb19ac4385e5871ef004ecd049561698d8dd8d5;hp=cf3bec37129ea90bebcc6db321a69109a03cdfae;hpb=6b1f6251013f5cf018e37ec7e67fe629a7f34455;p=pkg%2Fnetris.git diff --git a/debian/patches/05_init-static-vars b/debian/patches/05_init-static-vars index cf3bec3..e7ada38 100644 --- a/debian/patches/05_init-static-vars +++ b/debian/patches/05_init-static-vars @@ -1,7 +1,9 @@ -Index: netris-0.52/inet.c +Description: Initialize lostConn and gotEndConn static var in InitNet function + +Index: b/inet.c =================================================================== ---- netris-0.52.orig/inet.c -+++ netris-0.52/inet.c +--- a/inet.c ++++ b/inet.c @@ -42,6 +42,8 @@ static int isServer, lostConn, gotEndCon ExtFunc void InitNet(void)