X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdevind.c;h=39f0550e5aba217565f5b0daeeb80b2a7e6ab32b;hb=64f58bbdab17e4a09b725e713f4f82f567f44076;hp=96e3934b333becf6884a448a6f0b711ed6678181;hpb=2c4c4a789e9c23478bce195d2ed98bab6064dfc1;p=pspp-builds.git diff --git a/src/devind.c b/src/devind.c index 96e3934b..39f0550e 100644 --- a/src/devind.c +++ b/src/devind.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. */ /* Device-independent output format. Eventually I intend for all PSPP output to work this way, but adding it as an available @@ -101,12 +101,15 @@ #include "alloc.h" #include "error.h" #include "filename.h" -#include "getline.h" +#include "getl.h" #include "output.h" #include "som.h" #include "tab.h" #include "version.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Device-independent output driver extension record. */ struct devind_driver_ext { @@ -367,7 +370,7 @@ output_tab_table (struct outp_driver *this, struct tab_table *t) for (c = 0; c < t->nc; c++, ct++) { - struct len_string *cc; + struct fixed_string *cc; struct tab_joined_cell *j; if (*ct == TAB_EMPTY)