Skip to content

Commit da77836

Browse files
committed
test gcc
1 parent 04e2c4b commit da77836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

raster3d/r3.out.v5d/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void fatalError(char *errorMsg)
4848
if (map != NULL) {
4949
/* should unopen map here! */
5050
if (!Rast3d_close(map))
51-
fatalError(_("Unable to close 3D raster map"));
51+
Rast3d_fatal_error("%s", _("Unable to close 3D raster map"));
5252
}
5353

5454
Rast3d_fatal_error("%s", errorMsg);

0 commit comments

Comments
 (0)