[libdmapsharing/LIBDMAPSHARING_3_0] Make use of G_GSSIZE_FORMAT



commit d12dc31aacf52959627d7bfa4b2f1987e8910411
Author: W. Michael Petullo <mike flyn org>
Date:   Tue Jun 30 19:29:24 2020 -0500

    Make use of G_GSSIZE_FORMAT

 libdmapsharing/dmap-private-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libdmapsharing/dmap-private-utils.c b/libdmapsharing/dmap-private-utils.c
index 30144a4..fc7999b 100644
--- a/libdmapsharing/dmap-private-utils.c
+++ b/libdmapsharing/dmap-private-utils.c
@@ -38,7 +38,7 @@ dmap_write_next_chunk (SoupMessage * message, ChunkData * cd)
        if (read_size > 0) {
                soup_message_body_append (message->response_body,
                                          SOUP_MEMORY_TAKE, chunk, read_size);
-               g_debug ("Read/wrote %ld bytes.", read_size);
+               g_debug ("Read/wrote %"G_GSSIZE_FORMAT" bytes.", read_size);
        } else {
                if (error != NULL) {
                        g_warning ("Error reading from input stream: %s",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]