On Sun, Jan 15, 2012 at 11:15:39AM +0100, Harry Thijssen wrote:
     Hi
     
     If I use
     /*
           if (settings_get_output_routing (type) & d->device_type)
     */
             d->class->submit (d, item);
     also the program crashes.
     
     Obviously it is option 2. So I looked in the wrong place :-(


Ok.  So the next step is..  d->class->submit should be a pointer to
the function psppire_output_submit in src/ui/gui/psppire-output-window.c

Either it is not pointing there like it should, or psppire_output_submit
is crashing.

Find out wheterh psppire_output_submit is getting called or not.

J'




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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
pspp-dev mailing list
pspp-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to