Index: ram/im700.c
===================================================================
--- ram/im700.c	(revision 8a3cab0aadccf6b1a0a54af637b8f9fe4563eace)
+++ ram/im700.c	(revision 7fcfadecf7865435b8863d4f43257458048f852b)
@@ -151,5 +151,5 @@
 int16_t		npts;			/* number of points in function */
 int16_t		nxtflag;		/* next score flag */
-int16_t		oldltag;		/* previous load tag for tagslot */
+int8_t		oldltag;		/* previous load tag for tagslot */
 int16_t		oldpk;			/* previous pkctrl state */
 int16_t		oldsl;			/* previous sliders state */
Index: ram/im700.x
===================================================================
--- ram/im700.x	(revision 8a3cab0aadccf6b1a0a54af637b8f9fe4563eace)
+++ ram/im700.x	(revision 7fcfadecf7865435b8863d4f43257458048f852b)
@@ -230,5 +230,5 @@
 extern	int16_t		npts;
 extern	int16_t		nxtflag;
-extern	int16_t		oldltag;
+extern	int8_t		oldltag;
 extern	int16_t		oldpk;
 extern	int16_t		oldsl;
