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:
@@ -260,10 +260,10 @@
|
||||
</para>
|
||||
<programlisting>
|
||||
struct rd_log {
|
||||
char log_name[11];
|
||||
char log_service[11];
|
||||
char log_description[65];
|
||||
char log_origin_username[256];
|
||||
char log_name[41];
|
||||
char log_service[41];
|
||||
char log_description[257];
|
||||
char log_origin_username[1021];
|
||||
struct tm log_origin_datetime;
|
||||
struct tm log_purge_date;
|
||||
struct tm log_link_datetime;
|
||||
@@ -280,6 +280,7 @@
|
||||
};
|
||||
|
||||
All character arrays above are the sizes listed and must be null-terminated.
|
||||
Character encoding is UTF-8.
|
||||
|
||||
</programlisting>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user