Constness patrol
[pspp-builds.git] / src / data / por-file-reader.c
index 3f2cdd46ec20b914b0a1c9268761e5a962985dc9..52c0cc8edab5dca9a59b142d83cf9c3466489a3e 100644 (file)
@@ -509,8 +509,9 @@ read_header (struct pfm_reader *r)
 static void
 read_version_data (struct pfm_reader *r, struct pfm_read_info *info)
 {
-  static char empty_string[] = "";
-  char *date, *time, *product, *author, *subproduct;
+  static const char empty_string[] = "";
+  char *date, *time;
+  const char *product, *author, *subproduct;
   int i;
 
   /* Read file. */