X-Git-Url: https://git.deb.at/?p=pkg%2Fnetris.git;a=blobdiff_plain;f=debian%2Fpatches%2F04_robot-close-fixup;fp=debian%2Fpatches%2F04_robot-close-fixup;h=feb88337db019c23c72d9bb54e7d320001733cc3;hp=a24062c1c21b297447bb8fdd4a22773b705c9310;hb=5bb19ac4385e5871ef004ecd049561698d8dd8d5;hpb=614219dca397988b0c2003148ced5570026926df diff --git a/debian/patches/04_robot-close-fixup b/debian/patches/04_robot-close-fixup index a24062c..feb8833 100644 --- a/debian/patches/04_robot-close-fixup +++ b/debian/patches/04_robot-close-fixup @@ -1,9 +1,9 @@ Description: Small fix for CloseRobot function to close only if a robot is used -Index: netris-0.52/robot.c +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 };