pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/pfm-read.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/pfm-read.c
Date: Sun, 24 Jul 2005 21:48:59 -0400

Index: pspp/src/pfm-read.c
diff -u pspp/src/pfm-read.c:1.23 pspp/src/pfm-read.c:1.24
--- pspp/src/pfm-read.c:1.23    Mon May 16 07:33:17 2005
+++ pspp/src/pfm-read.c Mon Jul 25 01:48:57 2005
@@ -408,7 +408,7 @@
 static void
 read_version_data (struct pfm_reader *r, struct pfm_read_info *info)
 {
-  char *date, *time, *product, *subproduct;
+  char *date, *time, *product, *author, *subproduct;
   int i;
 
   /* Read file. */
@@ -417,6 +417,7 @@
   date = read_pool_string (r);
   time = read_pool_string (r);
   product = match (r, '1') ? read_pool_string (r) : (unsigned char *) "";
+  author = match (r, '2') ? read_pool_string (r) : (unsigned char *) "";
   subproduct
     = match (r, '3') ? read_pool_string (r) : (unsigned char *) "";
 




reply via email to

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