Changeset 33327
- Timestamp:
- Sep 8, 2008, 5:46:30 AM (16 years ago)
- File:
-
- 1 edited
-
grass/trunk/lib/gis/gisinit.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
grass/trunk/lib/gis/gisinit.c
r32585 r33327 52 52 53 53 if (strcmp(version, GIS_H_VERSION) != 0) 54 G_fatal_error(_("Incompatible library version for module "));54 G_fatal_error(_("Incompatible library version for module: recompilation needed.")); 55 55 56 56 /* Make sure location and mapset are set */ … … 87 87 88 88 if (strcmp(version, GIS_H_VERSION) != 0) 89 G_fatal_error(_("Incompatible library version for module "));89 G_fatal_error(_("Incompatible library version for module: recompilation needed.")); 90 90 91 91 gisinit();
Note:
See TracChangeset
for help on using the changeset viewer.
