[gegl] ppm-load: Make bpc into a gsize
- From: Mukund Sivaraman <muks src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] ppm-load: Make bpc into a gsize
- Date: Tue, 22 Jun 2010 14:51:56 +0000 (UTC)
commit 895c8c21c361869023a9185a5cefd1e0c5b85da9
Author: Mukund Sivaraman <muks banu com>
Date: Tue Jun 22 18:49:46 2010 +0530
ppm-load: Make bpc into a gsize
operations/external/ppm-load.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/operations/external/ppm-load.c b/operations/external/ppm-load.c
index 10822e7..9aff65b 100644
--- a/operations/external/ppm-load.c
+++ b/operations/external/ppm-load.c
@@ -47,7 +47,7 @@ typedef struct {
gint width;
gint height;
gsize numsamples; /* width * height * channels */
- gint bpc; /* bytes per channel */
+ gsize bpc; /* bytes per channel */
guchar *data;
} pnm_struct;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]