[gegl] webp-load: use signed capable return type when returning -1
- From: Øyvind Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] webp-load: use signed capable return type when returning -1
- Date: Fri, 29 Sep 2017 23:54:20 +0000 (UTC)
commit 4528bbe3e24377b75c44aa49522ec33ebe1dcaa5
Author: Øyvind Kolås <pippin gimp org>
Date: Sat Sep 30 01:53:55 2017 +0200
webp-load: use signed capable return type when returning -1
operations/external/webp-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/webp-load.c b/operations/external/webp-load.c
index 7e34608..cd6e63a 100644
--- a/operations/external/webp-load.c
+++ b/operations/external/webp-load.c
@@ -105,7 +105,7 @@ read_from_stream (GInputStream *stream,
return read;
}
-static gsize
+static glong
decode_from_stream (GInputStream *stream,
WebPIDecoder *decoder)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]