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

@@ -184,8 +184,8 @@
unsigned sample_rate;
int dup_cart_titles;
unsigned max_post_length;
char isci_xreference_path[256];
char temp_cart_group[11];
char isci_xreference_path[1021];
char temp_cart_group[41];
};
</programlisting>