Markus Metz hace 4 años
padre
commit
d6a1ec5fa9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      vector/v.patch/main.c

+ 3 - 0
vector/v.patch/main.c

@@ -211,6 +211,9 @@ int main(int argc, char *argv[])
 		}
 		db_close_database_shutdown_driver(driver_in);
 	    }
+	    else {
+		G_fatal_error(_("Missing attribute table for vector map <%s>"), in_name);
+	    }
 
 	    /* Get the output table structure */
 	    if (i == 0 ) {