/[pspp]/pspp/src/pfm-read.c
ViewVC logotype

Diff of /pspp/src/pfm-read.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by blp, Sat Mar 12 01:12:16 2005 UTC revision 1.19 by blp, Sat Mar 12 20:22:18 2005 UTC
# Line 396  read_header (struct pfm_reader *r) Line 396  read_header (struct pfm_reader *r)
396    
397    /* Skip and verify signature. */    /* Skip and verify signature. */
398    for (i = 0; i < 8; i++)    for (i = 0; i < 8; i++)
399      if (!match (r, "SPSSPORT"[i]))      if (!match (r, "SPSSPORT"[i]))
400        error (r, _("Missing SPSSPORT signature."));        {
401            msg (SE, _("%s: Not a portable file."), handle_get_filename (r->fh));
402            longjmp (r->bail_out, 1);
403          }
404  }  }
405    
406  /* Reads the version and date info record, as well as product and  /* Reads the version and date info record, as well as product and

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26