2018-09-10 Fred Gleason <fredg@paravelsystems.com>

* Quadrupled the length of strings in 'struct rd_cart' in the
	'rivwebcapi' to accomodate UTF-8 characters.
This commit is contained in:
Fred Gleason
2018-09-10 12:21:25 -04:00
parent f13aa1e3ae
commit 5179ba9563
41 changed files with 284 additions and 272 deletions

View File

@@ -199,13 +199,13 @@
</para>
<programlisting>
struct rd_group {
char grp_name[11]; /* Group Name */
char grp_desc[255]; /* Description */
char grp_name[41]; /* Group Name */
char grp_desc[1021]; /* Description */
unsigned grp_default_cart_type; /* Default cart type */
unsigned grp_lo_limit; /* Group starting Cart Number */
unsigned grp_hi_limit; /* Group Ending Cart Number */
int grp_shelf_life;
char grp_default_title[255];
char grp_default_title[1021];
int grp_enforce_range;
int grp_report_tfc;
int grp_report_mus;