1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
|
--- foo/UnpackedTarball/wpd/src/lib/WP6BoxGroup.cpp 2012-09-12 23:00:03.552693060 +0100
+++ foo/UnpackedTarball/wpd/src/lib/WP6BoxGroup.cpp 2012-09-12 23:00:41.293089947 +0100
@@ -188,7 +188,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -199,7 +199,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -210,7 +210,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -221,7 +221,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -232,7 +232,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -247,7 +247,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
@@ -258,7 +258,7 @@
{
long tmpEndOfData = readU16(input, encryption) + input->tell();
#ifdef DEBUG
- uint16_t tmpOverrideFlags = readU16(input, encryption);
+ tmpOverrideFlags = readU16(input, encryption);
#else
readU16(input, encryption);
#endif
|