[GRASS-SVN] r50589 - grass/branches/develbranch_6/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 31 09:56:30 EST 2012


Author: hamish
Date: 2012-01-31 06:56:30 -0800 (Tue, 31 Jan 2012)
New Revision: 50589

Modified:
   grass/branches/develbranch_6/lib/vector/Vlib/header.c
Log:
possible fix for #1559, but I don't see why

Modified: grass/branches/develbranch_6/lib/vector/Vlib/header.c
===================================================================
--- grass/branches/develbranch_6/lib/vector/Vlib/header.c	2012-01-31 14:51:56 UTC (rev 50588)
+++ grass/branches/develbranch_6/lib/vector/Vlib/header.c	2012-01-31 14:56:30 UTC (rev 50589)
@@ -505,10 +505,6 @@
     case PROJECTION_LL:
     case PROJECTION_SP:
 	return G__projection_name(n);
-    default:
-	G_debug(1, "Vect_get_proj_name(): "
-		   "Vect_get_proj() returned an invalid result (%d)", n);
-	break;
     }
 
     /* Vect_get_proj() didn't return a useful result,



More information about the grass-commit mailing list