Revert change Ibef3b834

Change Ibef3b834 increased the size of buffers
to address Bug: 2537307.  This was not an ideal
solution, because it consumes more memory and
is still vulnerable to failure if package names
or class names get larger.  Change I127c860b
fixes the problem in a different way, so we
can now shrink the buffer size back to the
original value.

Change-Id: I67db90017bb84b2c4a4ff962e5a524a9a32b67e8
diff --git a/srec/Semproc/include/SR_SemprocDefinitions.h b/srec/Semproc/include/SR_SemprocDefinitions.h
index 133448d..48f28f9 100644
--- a/srec/Semproc/include/SR_SemprocDefinitions.h
+++ b/srec/Semproc/include/SR_SemprocDefinitions.h
@@ -49,7 +49,7 @@
 /**
  * Maximum size of strings
  */
-#define MAX_STRING_LEN        700
+#define MAX_STRING_LEN        350
 
 /**
  * Maximum length of accumulated scripts