/[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.23 by blp, Mon May 16 07:33:17 2005 UTC revision 1.24 by blp, Mon Jul 25 01:48:57 2005 UTC
# Line 408  read_header (struct pfm_reader *r) Line 408  read_header (struct pfm_reader *r)
408  static void  static void
409  read_version_data (struct pfm_reader *r, struct pfm_read_info *info)  read_version_data (struct pfm_reader *r, struct pfm_read_info *info)
410  {  {
411    char *date, *time, *product, *subproduct;    char *date, *time, *product, *author, *subproduct;
412    int i;    int i;
413    
414    /* Read file. */    /* Read file. */
# Line 417  read_version_data (struct pfm_reader *r, Line 417  read_version_data (struct pfm_reader *r,
417    date = read_pool_string (r);    date = read_pool_string (r);
418    time = read_pool_string (r);    time = read_pool_string (r);
419    product = match (r, '1') ? read_pool_string (r) : (unsigned char *) "";    product = match (r, '1') ? read_pool_string (r) : (unsigned char *) "";
420      author = match (r, '2') ? read_pool_string (r) : (unsigned char *) "";
421    subproduct    subproduct
422      = match (r, '3') ? read_pool_string (r) : (unsigned char *) "";      = match (r, '3') ? read_pool_string (r) : (unsigned char *) "";
423    

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

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