git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@64024 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -198,7 +198,7 @@ int main(int argc, char *argv[])
}
if (G_asprintf(&line, " Type of Map: %-20.20s Number of Categories: %-9s",
- "3d cell", cats_ok ? tmp1 : "??") > 0)
+ "raster_3d", cats_ok ? tmp1 : "??") > 0)
printline(line);
else
G_fatal_error(_("Cannot allocate memory for string"));