mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 16:20:14 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user