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: Sun, 12 Jun 2005 17:58:12 -0400

Index: pspp/src/file-handle.q
diff -u pspp/src/file-handle.q:1.19 pspp/src/file-handle.q:1.20
--- pspp/src/file-handle.q:1.19 Mon May 16 07:33:17 2005
+++ pspp/src/file-handle.q      Sun Jun 12 21:58:10 2005
@@ -235,7 +235,7 @@
 }
 
 
-/* Tries to open FILE with the given TYPE and MODE.
+/* Tries to open handle H with the given TYPE and MODE.
 
    TYPE is the sort of file, e.g. "system file".  Only one given
    type of access is allowed on a given file handle at once.
@@ -391,8 +391,7 @@
   return handle->mode;
 }
 
-/* Returns the width of a logical record on HANDLE.  Applicable
-   only to MODE_BINARY files.  */
+/* Returns the width of a logical record on HANDLE. */
 size_t
 handle_get_record_width (const struct file_handle *handle)
 {




reply via email to

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