Changed all the licence notices in all the files.
[pspp-builds.git] / src / loop.c
index bfe04d11c432240735453e1d6226ebb346a9f75f..784ca623229b0244ac6c9a07848b32748962c8e1 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 "error.h"
@@ -166,7 +166,7 @@ static int
 internal_cmd_loop (void)
 {
   /* Name of indexing variable if applicable. */
-  char name[SHORT_NAME_LEN + 1];
+  char name[LONG_NAME_LEN + 1];
 
   /* Create and initialize transformations to facilitate
      error-handling. */