zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 36bacfe487acd44bf3e56562aaca35fc5857f750
parent 1d56b3cb8c19ed0d7d302d4b9a80d96c2d9d3af8
Author: paulnasca <paulnasca>
Date:   Wed, 25 Aug 2004 21:23:23 +0000

*** empty log message ***

Diffstat:
Msrc/Misc/XMLwrapper.C | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Misc/XMLwrapper.C b/src/Misc/XMLwrapper.C @@ -297,7 +297,7 @@ char *XMLwrapper::doloadfile(const char *filename){ gzseek (gzfile,1024*1024,SEEK_CUR); if (gztell(gzfile)>10000000) { gzclose(gzfile); - goto notgzip;//the file is not gzip + goto notgzip;//the file is too big }; }; filesize=gztell(gzfile);