From blume@tyrolia.princeton.edu Wed Feb 16 17:43:16 EST 1994 Article: 8313 of comp.lang.scheme Xref: glinda.oz.cs.cmu.edu comp.lang.scheme:8313 Newsgroups: comp.lang.scheme Path: honeydew.srv.cs.cmu.edu!fs7.ece.cmu.edu!europa.eng.gtefsd.com!howland.reston.ans.net!news.intercon.com!udel!princeton!tyrolia!blume From: blume@tyrolia.princeton.edu (Matthias Blume) Subject: *VSCM: bug fix* Message-ID: <1994Feb16.005931.22807@Princeton.EDU> Summary: simple bug fix for VSCM Originator: news@nimaster Keywords: VSCM, scheme, r4rs Sender: news@Princeton.EDU (USENET News System) Nntp-Posting-Host: tyrolia.princeton.edu Organization: Princeton University Date: Wed, 16 Feb 1994 00:59:31 GMT Lines: 24 To all VSCM users, thanks to Wolfgang Lux for finding and fixing a pretty nasty bug, which lets VSCM fail to operate properly on some systems. *** Numeric.c.orig Sun Nov 28 22:33:44 1993 --- Numeric.c Sat Feb 5 01:03:54 1994 *************** *** 1995,1998 **** --- 1995,2000 ---- tmp [l++] = p; } + if (l == 0) + tmp [0] = 0; /* thnx to Wolfgang Lux */ if (c != 'X') fatal ("bad dump file format (restore_bignum)"); -- -Matthias