]> git.pld-linux.org Git - packages/tellico.git/blame - gcc44.patch
- 2.2
[packages/tellico.git] / gcc44.patch
CommitLineData
2cf47644
ER
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.086906 seconds and 4 git commands to generate.