Changed all the licence notices in all the files.
[pspp] / src / devind.c
index 96e3934b333becf6884a448a6f0b711ed6678181..83576e9dcee9c640402958ef2287630c2e98f7a7 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. */
 
 /* Device-independent output format.  Eventually I intend for all
    PSPP output to work this way, but adding it as an available
@@ -367,7 +367,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)