mosflm/pilatus_c.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mosflm/pilatus_c.c b/mosflm/pilatus_c.c index 4a85b26..9893e0c 100644 --- a/mosflm/pilatus_c.c +++ b/mosflm/pilatus_c.c @@ -34,7 +34,7 @@ delete them later */ int cbf_int[16] = {0}; long cbf_int4[16] = {0}; double cbf_double[16] = {0}; - char cbf_char[16][24] = {' '}; + char cbf_char[16][32] = {' '}; /* temporary from cbfwrap.c - pilatus doesn't have these, so we'll delete them later */ int id, index, iindex;