Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue_53' into issue_53
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Oct 2, 2024
2 parents 2e6e895 + a687916 commit feaeb9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion raster/r.fill.dir/filldir.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ void filldir(int fe, int fd, int nl, struct band3 *bnd)
if (lseek(fe, 0, SEEK_SET) == -1) {
G_fatal_error(_("Unable to seek: %s"), strerror(errno));
}

advance_band3(fe, bnd);
advance_band3(fe, bnd);
for (i = 1; i < nl - 1; i += 1) {
Expand Down

0 comments on commit feaeb9f

Please sign in to comment.