diff --git a/VERSION b/VERSION index 09a6fc1..8dcb446 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.144 +1.5.145 diff --git a/base/flatten.c b/base/flatten.c index bae43f5..b6c8a26 100644 --- a/base/flatten.c +++ b/base/flatten.c @@ -259,7 +259,7 @@ int flattenInstancesOf(char *name, int fnum, char *instance) struct nlist *ChildCell; struct objlist *tmp, *ob2, *ob3; int notdone, rnodenum; - char tmpstr[200]; + char tmpstr[1024]; int nextnode, oldmax, numflat = 0; #if !OLDPREFIX int prefixlength;