We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e2c4b commit da77836Copy full SHA for da77836
raster3d/r3.out.v5d/main.c
@@ -48,7 +48,7 @@ void fatalError(char *errorMsg)
48
if (map != NULL) {
49
/* should unopen map here! */
50
if (!Rast3d_close(map))
51
- fatalError(_("Unable to close 3D raster map"));
+ Rast3d_fatal_error("%s", _("Unable to close 3D raster map"));
52
}
53
54
Rast3d_fatal_error("%s", errorMsg);
0 commit comments