Explorar o código

Fix handling of missing null bitmap (bug introduced in https://trac.osgeo.org/grass/changeset/40083)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40500 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=15) %!d(string=hai) anos
pai
achega
0cd13801af
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lib/raster/get_row.c

+ 2 - 0
lib/raster/get_row.c

@@ -905,6 +905,8 @@ static void get_null_value_row_nomask(int fd, char *flags, int row)
 		G_zero(flags, sizeof(char) * G__.window.cols);
 		/* the flags row is ready now */
 	    }
+
+	    return;
 	}			/*if no null file */
 	else
 	    fcb->null_cur_row = row;