Fix size limit on 'save as diagram'
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Apr 2011 08:25:53 +0000 (10:25 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Sat, 16 Apr 2011 08:25:53 +0000 (10:25 +0200)
commit6e81557cc7a3d288c2b0860675b83d2c50d672e9
tree659182b4bb7abd822bc5f0733b70c1e248f78d56
parenteae2802c1cb4daea3526092e9f7eb61ff03ee324
Fix size limit on 'save as diagram'

In stead of a fixed-size buffer the diagram-save code now uses an
allocated buffer with size calculated from the bitmap parameters to
retreive the bitmap data, so it should work for all sizes.
winboard/winboard.c