summaryrefslogtreecommitdiff
path: root/misc/kdeedu3/patches/patch-au
diff options
context:
space:
mode:
Diffstat (limited to 'misc/kdeedu3/patches/patch-au')
-rw-r--r--misc/kdeedu3/patches/patch-au17
1 files changed, 0 insertions, 17 deletions
diff --git a/misc/kdeedu3/patches/patch-au b/misc/kdeedu3/patches/patch-au
deleted file mode 100644
index 5343e276edf..00000000000
--- a/misc/kdeedu3/patches/patch-au
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-au,v 1.1 2005/02/20 11:31:11 markd Exp $
-
---- kstars/kstars/indi/mount_simulation.c.orig 2004-05-23 08:28:29.000000000 +1200
-+++ kstars/kstars/indi/mount_simulation.c
-@@ -140,10 +140,10 @@ char *names[], int n)
- targetDEC = newdec;
- fs_sexa (r, targetRA, 2, 3600);
- fs_sexa (d, targetDEC, 3, 3600);
-- sprintf (msg, "Moving to RA Dec %s %s", r, d);
-+ snprintf (msg, sizeof(msg), "Moving to RA Dec %.32s %.32s", r, d);
- } else {
- eqNum.s = IPS_IDLE;
-- sprintf (msg, "RA or Dec absent or bogus");
-+ snprintf (msg, sizeof(msg), "RA or Dec absent or bogus");
- }
- sendeq (msg);
- return;