X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdfm-read.c;h=a293cb5f308cfc4e0afc0e9f84fbb920b9e766be;hb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;hp=e12864ac7c7ceff8bf1fe1d4c4fa9c6d716f77af;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp-builds.git diff --git a/src/dfm-read.c b/src/dfm-read.c index e12864ac..a293cb5f 100644 --- a/src/dfm-read.c +++ b/src/dfm-read.c @@ -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 #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);