X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=debian%2Fpatches%2F04_robot-close-fixup;h=feb88337db019c23c72d9bb54e7d320001733cc3;hb=5bb19ac4385e5871ef004ecd049561698d8dd8d5;hp=74cfec4425f774c9563475d572672c1eae8057c9;hpb=6b1f6251013f5cf018e37ec7e67fe629a7f34455;p=pkg%2Fnetris.git diff --git a/debian/patches/04_robot-close-fixup b/debian/patches/04_robot-close-fixup index 74cfec4..feb8833 100644 --- a/debian/patches/04_robot-close-fixup +++ b/debian/patches/04_robot-close-fixup @@ -1,7 +1,9 @@ -Index: netris-0.52/robot.c +Description: Small fix for CloseRobot function to close only if a robot is used + +Index: b/robot.c =================================================================== ---- netris-0.52.orig/robot.c -+++ netris-0.52/robot.c +--- a/robot.c ++++ b/robot.c @@ -35,7 +35,7 @@ static EventGenRec robotGen = { NULL, 0, FT_read, -1, RobotGenFunc, EM_robot };