[GRASSLIST:4544] r.fillnulls doesn't fill nulls

hello!

in the precompiled 5.7 09_10_2004 r.fillnulls doesn't fill nulls for me
what is the reason?

example:

r.fillnulls input=dziurawy output=latany
Using tmp file r_fillnulls_2404
percent complete: 100%
WARNING: Raster is not CELL, '-v' flag ignored, raster values will be
         written to the table.
WARNING: Default driver / database for vectors set to:
         driver: dbf
         database: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
WARNING: Database connection (for db.* modules) set to:
         driver: dbf
         database: $GISDBASE/$LOCATION_NAME/$MAPSET/dbf/
100%
Building topology ...
Registering lines:
114 primitives registered
Building areas: 98%
0 areas built
0 isles built
Attaching islands:

Attaching centroids: 98%

Topology was built.
Number of nodes : 114
Number of primitives: 114
Number of points : 114
Number of lines : 0
Number of boundaries: 0
Number of centroids : 0
Number of areas : 0
Number of isles : 0

Interpolating 114 points

Note: Below warnings may be ignored.

(...)

Percent complete: Reading lines from vector map ... 100%
Reading nodes from vector map ... 100%
100%
Warning: strip exists with insufficient data

WARNING: 114 points given for interpolation (after thinning) is less than
given NPMIN=200
Warning : there is less than 400 points for interpolation, no segmentation
is necessary, to run the program faster, set segmax=400 (see manual)

Processing all selected output files
will require 141704 bytes of disk space for temp files

Percent complete: 100%

Note: Above warnings may be ignored.

Patching fill data into NULL areas...
r.patch: percent complete: 100%
CREATING SUPPORT FILES FOR latany

Filled raster map is: latany

in the precompiled 5.7 09_10_2004 r.fillnulls doesn't fill nulls for
me what is the reason?

try updating from cvs, there have been several bug fixes for r.fillnulls
in the last month + days. (ie next week's snapshot should be ok)

Hamish