praiskup / rpms / grass

Forked from rpms/grass 5 years ago
Clone
Blob Blame History Raw
--- imagery/i.ortho.photo/photo.elev/main.c.orig	2007-02-07 01:30:13.000000000 +0100
+++ imagery/i.ortho.photo/photo.elev/main.c	2007-02-07 01:21:40.000000000 +0100
@@ -88,7 +88,7 @@
 
 error:
     strcat (buf, "Please select a target for group");
-    strcat (buf, group);
+//    strcat (buf, group);
     G_suppress_warnings(0);
     G_fatal_error (buf);
 }