]> git.pld-linux.org Git - packages/dss.git/blob - compile.patch
add gcc43.patch
[packages/dss.git] / compile.patch
1 --- DarwinStreamingSrvr6.0.3-Source/./RTCPUtilitiesLib/RTCPAPPNADUPacket.h~     2008-05-06 02:28:59.000000000 +0300
2 +++ DarwinStreamingSrvr6.0.3-Source/./RTCPUtilitiesLib/RTCPAPPNADUPacket.h      2010-08-01 15:10:37.223423749 +0300
3 @@ -202,7 +202,7 @@
4  public:
5      NaduList(): fNaduReportList(NULL), fcurrentIndexCount(0), fListSize(0) {};
6      ~NaduList() {
7 -        for (int i = 0; i < fListSize; i++) {
8 +        for (unsigned int i = 0; i < fListSize; i++) {
9              if (fNaduReportList[i] != 0) {
10                  delete fNaduReportList[i];
11                  fNaduReportList[i] = 0;
This page took 0.101125 seconds and 3 git commands to generate.