From f72d41d142913e293a38b4ac97c21e7f5dfb423a Mon Sep 17 00:00:00 2001
From: hackbard <hackbard>
Date: Fri, 9 Aug 2002 02:42:02 +0000
Subject: [PATCH] 1st rel.

---
 triang.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/triang.c b/triang.c
index 1caf49a..8f4a706 100644
--- a/triang.c
+++ b/triang.c
@@ -66,8 +66,8 @@ seek_target (a, b, c, d, e, f);
 
 printf("Debug: seek_target ausgefuehrt!\n");
 
-printf("1. Moeglichkeit: (%f;%f)\n", deltaX1, deltaY1);
-printf("2. Moeglichkeit: (%f;%f)\n", deltaX2, deltaY2);
+printf("1. Moeglichkeit: Delta(%f;%f)\n", deltaX1, deltaY1);
+printf("2. Moeglichkeit: Delta(%f;%f)\n", deltaX2, deltaY2);
 
 }
 
-- 
2.39.5