X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=blobdiff_plain;f=src%2Flanguage%2Futilities%2Fecho.c;h=19e9f9e54bf36b860b46f8d4681ce61660931b10;hp=74136da303299e975baa9ba9176719516f92edd2;hb=c6fe58a22249f4f486b42f35fd8bd537c91e8e6e;hpb=db714493fb4cfee9aac97f897aaa795d5beb85ee diff --git a/src/language/utilities/echo.c b/src/language/utilities/echo.c index 74136da3..19e9f9e5 100644 --- a/src/language/utilities/echo.c +++ b/src/language/utilities/echo.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -35,7 +35,7 @@ cmd_echo (struct lexer *lexer, struct dataset *ds UNUSED) tab = tab_create(1, 1, 0); - tab_dim (tab, tab_natural_dimensions); + tab_dim (tab, tab_natural_dimensions, NULL); tab_flags (tab, SOMF_NO_TITLE ); tab_text(tab, 0, 0, 0, ds_cstr (lex_tokstr (lexer)));