0004

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary:

String overflow

Cause:

The program tried to assign a character string to a variable, and found that the string was longer than the maximum length dimensioned for the variable.

Remedy:

Shorten the string or enlarge the defined variable length.