summaryrefslogtreecommitdiffstats
path: root/hwpfilter/source/hwpfile.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-28 20:01:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-28 20:26:27 +0100
commita54fd6ae34b195dde26c4dcc11963b5525ed9889 (patch)
treea1b85e1fd7abcecb8c9d0d7ac6e708a1296ea571 /hwpfilter/source/hwpfile.cxx
parentbool improvements (diff)
downloadcore-a54fd6ae34b195dde26c4dcc11963b5525ed9889.tar.gz
core-a54fd6ae34b195dde26c4dcc11963b5525ed9889.zip
bool improvements
Change-Id: I53fabee80a6c16f0c9cc2da2c94099a21e69aae9
Diffstat (limited to 'hwpfilter/source/hwpfile.cxx')
-rw-r--r--hwpfilter/source/hwpfile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hwpfile.cxx b/hwpfilter/source/hwpfile.cxx
index bf66ca288870..2b5a1fec000e 100644
--- a/hwpfilter/source/hwpfile.cxx
+++ b/hwpfilter/source/hwpfile.cxx
@@ -277,7 +277,7 @@ bool HWPFile::TagsRead(void)
ulong tag;
long size;
- while (1)
+ while (true)
{
tag = Read4b();
size = Read4b();