Fix build break in 64bit profile 80/262180/1 accepted/tizen/unified/20210804.120436 submit/tizen/20210803.113947 submit/tizen/20210804.013324
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 3 Aug 2021 11:30:55 +0000 (20:30 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 3 Aug 2021 11:30:55 +0000 (20:30 +0900)
Change-Id: I2e525632de5565d824ac7c6e19002f78054f2715

src/service_ipc_dbus.cpp

index 5799f88..0a963a6 100644 (file)
@@ -226,7 +226,7 @@ int CServiceIpcDbus::send_streaming_audio_data(pid_t pid, int event, void* data,
        }
 
        static unsigned char pending_buffer[STREAMING_BUFFER_SIZE];
-       static unsigned int pending_buffer_size = 0;
+       static size_t pending_buffer_size = 0;
 
        streaming_data_header header;
        header.streaming_data_type = 0;