소스 검색

Revert https://trac.osgeo.org/grass/changeset/33327

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33340 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 년 전
부모
커밋
e7e9c5f720
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/gis/gisinit.c

+ 2 - 2
lib/gis/gisinit.c

@@ -51,7 +51,7 @@ int G__gisinit(const char *version, const char *pgm)
     G_set_program_name(pgm);
     G_set_program_name(pgm);
 
 
     if (strcmp(version, GIS_H_VERSION) != 0)
     if (strcmp(version, GIS_H_VERSION) != 0)
-	G_fatal_error(_("Incompatible library version for module: recompilation needed."));
+	G_fatal_error(_("Incompatible library version for module"));
 
 
     /* Make sure location and mapset are set */
     /* Make sure location and mapset are set */
     G_location_path();
     G_location_path();
@@ -86,7 +86,7 @@ int G__no_gisinit(const char *version)
 	return 0;
 	return 0;
 
 
     if (strcmp(version, GIS_H_VERSION) != 0)
     if (strcmp(version, GIS_H_VERSION) != 0)
-	G_fatal_error(_("Incompatible library version for module: recompilation needed."));
+	G_fatal_error(_("Incompatible library version for module"));
 
 
     gisinit();
     gisinit();