summaryrefslogtreecommitdiff
path: root/hwpfilter/source/htags.h
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-02-25 10:50:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-02-25 17:05:31 +0000
commitf974db5d89eacf0c23e303c22c62972014e9db16 (patch)
treeda33b75213c805b8f57ecab8d7e7a04786253807 /hwpfilter/source/htags.h
parentcd231286f4a54e4998ad9f5a24f65a91bac2a07d (diff)
check if reads were successful
Change-Id: I69ab0ca9c017c9a1c10d18fd850f32a92c641d12 Reviewed-on: https://gerrit.libreoffice.org/14631 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'hwpfilter/source/htags.h')
-rw-r--r--hwpfilter/source/htags.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/htags.h b/hwpfilter/source/htags.h
index a9c35fe1b569..9000d56068c0 100644
--- a/hwpfilter/source/htags.h
+++ b/hwpfilter/source/htags.h
@@ -54,7 +54,7 @@ struct HyperText
struct OlePicture
{
int size;
- ulong signature;
+ uint signature;
#ifdef WIN32
IStorage *pis;
#else