[gmime] minor fixes
- From: Jeffrey Stedfast <fejj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gmime] minor fixes
- Date: Wed, 20 Dec 2017 17:13:15 +0000 (UTC)
commit 8ba0fe11607ad1ea1212894f10fb790c8c93e441
Author: Jeffrey Stedfast <jestedfa microsoft com>
Date: Sun Dec 17 20:28:21 2017 -0500
minor fixes
gmime/gmime-stream-buffer.c | 1 -
gmime/gmime-stream-null.c | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gmime/gmime-stream-buffer.c b/gmime/gmime-stream-buffer.c
index 7da71c6..6694d14 100644
--- a/gmime/gmime-stream-buffer.c
+++ b/gmime/gmime-stream-buffer.c
@@ -45,7 +45,6 @@
**/
#define BLOCK_BUFFER_LEN 4096
-#define BUFFER_GROW_SIZE 1024 /* should this also be 4k? */
static void g_mime_stream_buffer_class_init (GMimeStreamBufferClass *klass);
static void g_mime_stream_buffer_init (GMimeStreamBuffer *stream, GMimeStreamBufferClass *klass);
diff --git a/gmime/gmime-stream-null.c b/gmime/gmime-stream-null.c
index 712fe31..85e6a0f 100644
--- a/gmime/gmime-stream-null.c
+++ b/gmime/gmime-stream-null.c
@@ -266,7 +266,7 @@ g_mime_stream_null_new (void)
* encountered.
**/
void
-g_mime_stream_null_count_newlines (GMimeStreamNull *stream, gboolean count)
+g_mime_stream_null_set_count_newlines (GMimeStreamNull *stream, gboolean count)
{
g_return_if_fail (GMIME_IS_STREAM_NULL (stream));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]