aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2003-06-27 14:55:55 +0000
committertradke <tradke@21a6bef8-4479-4f54-8f8d-0db94a2919ef>2003-06-27 14:55:55 +0000
commit03406bca107bfdfdcf88a443d3ede873966c9a5f (patch)
treef87b5af115af7f4cc133e5a3dd6fff0baddcdb5f
parentb0a1deb6217427dce2acbe32d68f470a089102e1 (diff)
Doubled the buffer size to read in an attribute's name.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/FlexIO/trunk@42 21a6bef8-4479-4f54-8f8d-0db94a2919ef
-rw-r--r--src/ioinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioinfo.cc b/src/ioinfo.cc
index 36185ca..b1f8460 100644
--- a/src/ioinfo.cc
+++ b/src/ioinfo.cc
@@ -204,7 +204,7 @@ int main(int argc,char *argv[]){
if(cmdln.showattribinfo){
for(j=0;j<nattribs;j++){
- char attribname[64];
+ char attribname[128];
Long length;
infile->readAttributeInfo(j,attribname,datatype,length);
printf("\tAttribute[%u] Name=%s Type=%s Length=%u\n",