Changed all the licence notices in all the files.
[pspp-builds.git] / src / dfm-read.c
index e12864ac7c7ceff8bf1fe1d4c4fa9c6d716f77af..a293cb5f308cfc4e0afc0e9f84fbb920b9e766be 100644 (file)
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA. */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA. */
 
 #include <config.h>
 #include "dfm-read.h"
@@ -326,7 +326,7 @@ dfm_eof (struct dfm_reader *r)
    which is not null-terminated.  The caller must not free or
    modify the returned string.  */
 void
-dfm_get_record (struct dfm_reader *r, struct len_string *line)
+dfm_get_record (struct dfm_reader *r, struct fixed_string *line)
 {
   assert ((r->flags & DFM_ADVANCE) == 0);
   assert ((r->flags & DFM_EOF) == 0);