Check in latest stuff from Andrew.

This commit is contained in:
chtong 2003-03-25 00:17:10 +00:00
parent 5172d43abb
commit b6c0e3c10d

View File

@ -2142,5 +2142,5 @@ char *mm_typecode_to_str(MM_typecode matcode)
return NULL;
sprintf(buffer,"%s %s %s %s", types[0], types[1], types[2], types[3]);
return (char *) strdup(buffer);
return strdup(buffer);
}