Skip to content

Commit

Permalink
unit test fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Jun 11, 2024
1 parent 83cb62c commit 8991775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-headers.c
Original file line number Diff line number Diff line change
Expand Up @@ -617,10 +617,10 @@ test_parameter_lists (void)
guint i;

str = g_string_new ("Content-Type: text/plain");
len = str->length;
len = str->len;

rfc2047 = g_mime_format_options_new ();
g_mime_format_options_set_new_line_format (rfc2047, GMIME_NEWLINE_FORMAT_UNIX);
g_mime_format_options_set_newline_format (rfc2047, GMIME_NEWLINE_FORMAT_UNIX);
g_mime_format_options_set_param_encoding_method (rfc2047, GMIME_PARAM_ENCODING_METHOD_RFC2047);

rfc2231 = g_mime_format_options_clone (rfc2047);
Expand Down

0 comments on commit 8991775

Please sign in to comment.