pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/file-handle.q


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/file-handle.q
Date: Mon, 14 Mar 2005 01:54:42 -0500

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.14 pspp/src/file-handle.q:1.15
--- pspp/src/file-handle.q:1.14 Sat Mar 12 20:22:18 2005
+++ pspp/src/file-handle.q      Mon Mar 14 06:54:40 2005
@@ -48,7 +48,7 @@
 
     int open_cnt;               /* 0=not open, otherwise # of openers. */
     const char *type;           /* If open, type of file. */
-    const char open_mode[3];    /* "[rw][se]". */
+    char open_mode[3];          /* "[rw][se]". */
     void *aux;                  /* Aux data pointer for owner if any. */
   };
 




reply via email to

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