]> git.pld-linux.org Git - packages/tellico.git/blob - gcc44.patch
- add gcc44.patch; rel 2 (thx patrys)
[packages/tellico.git] / gcc44.patch
1 --- tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp~   2009-11-03 16:11:57.000000000 +0200
2 +++ tellico-1.3.5/src/translators/pilotdb/libflatfile/DB.cpp    2009-11-03 16:12:07.794304369 +0200
3 @@ -242,7 +242,7 @@
4             kdDebug() << "list view is corrupt" << endl;
5          }
6          // Determine the length of the name string.
7 -        pi_char_t* null_ptr = reinterpret_cast<pi_char_t*>
8 +        const pi_char_t* null_ptr = reinterpret_cast<const pi_char_t*>
9              (memchr(chunk.data() + 4, 0, 32));
10          if (null_ptr)
11              lv.name = std::string((char *) (chunk.data() + 4),
This page took 0.152339 seconds and 3 git commands to generate.