Nasty Bug
"John Darrington" <[email protected]> Fri, 26 Mar 2004 20:14:32 +0800
| Newsgroups | gmane.comp.gnu.fiasco.devel |
|---|---|
| Message-ID | <[email protected]> |
--===============0329123522==
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8"
Content-Disposition: inline
--ibTvN161/egqYuK8
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
It seems that if a dictionary is loaded with GET /FILE=3D'foo.sav',
then the first call to any procedure is fine, but all subsequent ones
produce corrupt values:
Try the following code fragment.
DATA LIST LIST /location * editor * shell * freq * .
BEGIN DATA.
1.00 1.00 1.0 2.00
1.00 1.00 2.0 30.00
1.00 2.00 1.0 8.00
1.00 2.00 2.0 20.00
2.00 1.00 1.0 2.00
2.00 1.00 2.0 22.00
2.00 2.00 1.0 1.00
2.00 2.00 2.0 3.00
END DATA.
SAVE /OUTFILE=3D'foo.sav'.
GET /FILE=3D'foo.sav'.
LIST.
LIST.
FINISH.
--=20
PGP Public key ID: 1024D/2DE827B3=20
fingerprint =3D 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3
See http://wwwkeys.pgp.net or any PGP keyserver for public key.
--ibTvN161/egqYuK8
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQFAZB6oimdxnC3oJ7MRAvQgAJ4zKhKucKm72dXijUPUOPFarHPv1ACfWybC
Gg2AcT/qSFzJXMYKGUr/sAg=
=bPfq
-----END PGP SIGNATURE-----
--ibTvN161/egqYuK8--
--===============0329123522==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
pspp-dev mailing list
[email protected]
http://mail.gnu.org/mailman/listinfo/pspp-dev
--===============0329123522==--