git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50182 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -61,7 +61,7 @@ public:
}
static char *printLabel(const nodataType &p) {
- static char buf[3];
+ static char buf[8];
sprintf(buf, CCLABEL_FMT, p.label);
return buf;
@@ -46,7 +46,7 @@ public:
void invalidate() { valid = false; }
static char *printLabel(const plateauType &p) {
sprintf(buf, CCLABEL_FMT, p.cclabel);