Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news-1.dfn.de!news.dfn.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Axel Berger Newsgroups: comp.graphics.apps.gnuplot Subject: Re: Integer overflow when using binary and skip Date: Mon, 07 Apr 2014 17:21:22 +0200 Lines: 7 Message-ID: <5342C272.3D6D50D7@Gmx.De> References: <5342C1D2.D885B629@Gmx.De> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: individual.net otgelZ6M8fcbj8aCYQ9eWw1DY0w7LMbMkMpkYS82aGQGngSEt+ Cancel-Lock: sha1:DyMeMxytrJvK2qT6SvQbMDCvD00= X-Mailer: Mozilla 4.8 [en] (Win98; U) X-Accept-Language: en,de,nl,es,fr Xref: csiph.com comp.graphics.apps.gnuplot:2399 Axel Berger wrote: > 100 000 * 10 000 * 4 fits, so make it three skips. Forgot about the integer being signed, so only multiply by 2 and make it six skips. Axel