pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bad assertion in MATCH FILES ?


From: John Darrington
Subject: Bad assertion in MATCH FILES ?
Date: Wed, 25 May 2005 12:01:17 +0800
User-agent: Mutt/1.3.28i

The syntax below causes an assertion in get.c
I commented out that assertion, and things seem to go just fine.

DATA LIST LIST /x * y *.
BEGIN DATA
3 30
2 21
1 22
END DATA.

SAVE OUTFILE='bar.sav'.

DATA LIST LIST /x * z *.
BEGIN DATA
3 8
2 9
END DATA.


MATCH FILES TABLE=*
        /FILE='bar.sav'
        /BY=x
        .

-- 
PGP Public key ID: 1024D/2DE827B3 
fingerprint = 8797 A26D 0854 2EAB 0285  A290 8A67 719C 2DE8 27B3
See http://pgp.mit.edu or any PGP keyserver for public key.


Attachment: pgprZPDY4Cje8.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]