FreeBSD Bugzilla – Attachment 166998 Details for
Bug 207193
palm/palm-db-tools: fix build with clang 3.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for loop increment
palm__palm-db-tools-fix-bad-for-1.diff (text/plain), 802 bytes, created by
Dimitry Andric
on 2016-02-14 21:33:39 UTC
(
hide
)
Description:
Fix for loop increment
Filename:
MIME Type:
Creator:
Dimitry Andric
Created:
2016-02-14 21:33:39 UTC
Size:
802 bytes
patch
obsolete
>Index: palm/palm-db-tools/files/patch-libflatfile-DB.cpp >=================================================================== >--- palm/palm-db-tools/files/patch-libflatfile-DB.cpp (revision 408429) >+++ palm/palm-db-tools/files/patch-libflatfile-DB.cpp (working copy) >@@ -29,3 +29,12 @@ > std::vector<std::string>::iterator iter; > size = 2 + 2 * sizeof(pi_uint16_t); > while ( (next = data.find(charSeperator, pos)) != std::string::npos) { >+@@ -1323,7 +1325,7 @@ >+ break; >+ case PalmLib::FlatFile::Field::LIST: >+ format = std::string(""); >+- for (j = 0; j < 31; i++) { >++ for (j = 0; j < 31; j++) { >+ format += std::string("%s/"); >+ std::ostringstream title; >+ title << "item " << j;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207193
: 166998