[GRASS5] gis lib: write error function (put_row.c)
Markus Neteler
neteler at itc.it
Tue Oct 22 03:25:36 EDT 2002
Hi,
while having the problem that a disk run out of space
while using r.in.gdal, I found that
write_error()
in src/libes/gis/put_row.c
just contains G_warning() and not G_fatal_error().
Are there objections to change this to
G_fatal_error("...unable to write row...")
?
It doesn't make much sense to continue writing to a full disk.
Markus
More information about the grass-dev
mailing list