aboutsummaryrefslogtreecommitdiff
path: root/graphics/robot/files/patch-Robot_subroutines3.f
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/robot/files/patch-Robot_subroutines3.f')
-rw-r--r--graphics/robot/files/patch-Robot_subroutines3.f11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/robot/files/patch-Robot_subroutines3.f b/graphics/robot/files/patch-Robot_subroutines3.f
deleted file mode 100644
index 577d223f21d2..000000000000
--- a/graphics/robot/files/patch-Robot_subroutines3.f
+++ /dev/null
@@ -1,11 +0,0 @@
---- Robot/subroutines3.f.orig 2009-04-11 21:56:19.000000000 +0200
-+++ Robot/subroutines3.f 2009-04-11 21:56:43.000000000 +0200
-@@ -1608,7 +1608,7 @@
- end if
- return
- C ERROR MESSAGES
--992 write(tstring,'(a, i)')'ERROR: THERE IS TOO MUCH DATA IN UNIT', IFIL
-+992 write(tstring,'(a, i5)')'ERROR: THERE IS TOO MUCH DATA IN UNIT', IFIL
- call totext(tstring)
- write(tstring,*)'A MAXIMUM OF',MSIZ,' POINTS IS ALLOWED'
- call totext(tstring)