updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / opendis-cpp / opendis-cpp-quickfix.diff
blob84c0bb004811c83c10edf257d0126b5eba8db1b8
1 --- open-dis-3.0.orig//cpp/DIS/AggregateMarking.cpp 2008-10-30 19:52:41.000000000 +0100
2 +++ open-dis-3.0//cpp/DIS/AggregateMarking.cpp 2010-08-29 06:09:40.760001777 +0200
3 @@ -9,7 +9,7 @@ AggregateMarking::AggregateMarking():
4 // Initialize fixed length array
5 for(int lengthcharacters= 0; lengthcharacters < 31; lengthcharacters++)
7 - _characters[lengthcharacters] = 0
8 + _characters[lengthcharacters] = 0;
12 --- open-dis-3.0.orig//cpp/DIS/DeadReckoningParameter.cpp 2008-10-30 19:52:41.000000000 +0100
13 +++ open-dis-3.0//cpp/DIS/DeadReckoningParameter.cpp 2010-08-29 06:11:45.530001778 +0200
14 @@ -11,7 +11,7 @@ DeadReckoningParameter::DeadReckoningPar
15 // Initialize fixed length array
16 for(int lengthotherParameters= 0; lengthotherParameters < 15; lengthotherParameters++)
18 - _otherParameters[lengthotherParameters] = 0
19 + _otherParameters[lengthotherParameters] = 0;
23 --- open-dis-3.0.orig//cpp/DIS/EightByteChunk.cpp 2008-10-30 19:52:41.000000000 +0100
24 +++ open-dis-3.0//cpp/DIS/EightByteChunk.cpp 2010-08-29 06:06:48.110001604 +0200
25 @@ -8,7 +8,7 @@ EightByteChunk::EightByteChunk()
26 // Initialize fixed length array
27 for(int lengthotherParameters= 0; lengthotherParameters < 8; lengthotherParameters++)
29 - _otherParameters[lengthotherParameters] = 0
30 + _otherParameters[lengthotherParameters] = 0;
34 --- open-dis-3.0.orig//cpp/DIS/FastEntityStatePdu.cpp 2008-10-31 18:04:34.000000000 +0100
35 +++ open-dis-3.0//cpp/DIS/FastEntityStatePdu.cpp 2010-08-29 05:57:05.093335111 +0200
36 @@ -46,13 +46,13 @@ FastEntityStatePdu::FastEntityStatePdu()
37 // Initialize fixed length array
38 for(int lengthotherParameters= 0; lengthotherParameters < 15; lengthotherParameters++)
40 - _otherParameters[lengthotherParameters] = 0
41 + _otherParameters[lengthotherParameters] = 0;
44 // Initialize fixed length array
45 for(int lengthmarking= 0; lengthmarking < 12; lengthmarking++)
47 - _marking[lengthmarking] = 0
48 + _marking[lengthmarking] = 0;
52 --- open-dis-3.0.orig//cpp/DIS/FourByteChunk.cpp 2008-10-30 19:52:41.000000000 +0100
53 +++ open-dis-3.0//cpp/DIS/FourByteChunk.cpp 2010-08-29 06:05:12.843334891 +0200
54 @@ -8,7 +8,7 @@ FourByteChunk::FourByteChunk()
55 // Initialize fixed length array
56 for(int lengthotherParameters= 0; lengthotherParameters < 4; lengthotherParameters++)
58 - _otherParameters[lengthotherParameters] = 0
59 + _otherParameters[lengthotherParameters] = 0;
63 --- open-dis-3.0.orig//cpp/DIS/Marking.cpp 2008-10-31 18:04:13.000000000 +0100
64 +++ open-dis-3.0//cpp/DIS/Marking.cpp 2010-08-29 06:14:07.126668498 +0200
65 @@ -9,7 +9,7 @@ Marking::Marking():
66 // Initialize fixed length array
67 for(int lengthcharacters= 0; lengthcharacters < 11; lengthcharacters++)
69 - _characters[lengthcharacters] = 0
70 + _characters[lengthcharacters] = 0;
74 --- open-dis-3.0.orig//cpp/DIS/OneByteChunk.cpp 2008-10-30 19:52:41.000000000 +0100
75 +++ open-dis-3.0//cpp/DIS/OneByteChunk.cpp 2010-08-29 06:03:31.713335218 +0200
76 @@ -8,7 +8,7 @@ OneByteChunk::OneByteChunk()
77 // Initialize fixed length array
78 for(int lengthotherParameters= 0; lengthotherParameters < 1; lengthotherParameters++)
80 - _otherParameters[lengthotherParameters] = 0
81 + _otherParameters[lengthotherParameters] = 0;
85 --- open-dis-3.0.orig//cpp/DIS/SixByteChunk.cpp 2008-10-30 19:52:41.000000000 +0100
86 +++ open-dis-3.0//cpp/DIS/SixByteChunk.cpp 2010-08-29 05:59:28.163335024 +0200
87 @@ -8,7 +8,7 @@ SixByteChunk::SixByteChunk()
88 // Initialize fixed length array
89 for(int lengthotherParameters= 0; lengthotherParameters < 6; lengthotherParameters++)
91 - _otherParameters[lengthotherParameters] = 0
92 + _otherParameters[lengthotherParameters] = 0;
96 --- open-dis-3.0.orig//cpp/DIS/TwoByteChunk.cpp 2008-10-30 19:52:41.000000000 +0100
97 +++ open-dis-3.0//cpp/DIS/TwoByteChunk.cpp 2010-08-29 06:01:10.450002225 +0200
98 @@ -8,7 +8,7 @@ TwoByteChunk::TwoByteChunk()
99 // Initialize fixed length array
100 for(int lengthotherParameters= 0; lengthotherParameters < 2; lengthotherParameters++)
102 - _otherParameters[lengthotherParameters] = 0
103 + _otherParameters[lengthotherParameters] = 0;