[easytag/wip/unstable] Change Picture.size from a gulong to a gsize
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/unstable] Change Picture.size from a gulong to a gsize
- Date: Wed, 23 Jan 2013 21:59:11 +0000 (UTC)
commit 3792558b314ebe5aac9ae7c73778f714dcc8ac2f
Author: David King <amigadave amigadave com>
Date: Wed Jan 23 21:55:49 2013 +0000
Change Picture.size from a gulong to a gsize
src/et_core.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/et_core.h b/src/et_core.h
index 089cf35..22191b0 100644
--- a/src/et_core.h
+++ b/src/et_core.h
@@ -166,7 +166,7 @@ struct _Picture
gchar *description;
gint width; /* Original width of the picture */
gint height; /* Original height of the picture */
- gulong size; /* Picture size in bytes (like stat) */
+ gsize size; /* Picture size in bytes (like stat) */
guchar *data;
Picture *next;
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]