Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
xbase
xbase-2.0.0-gcc47.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File xbase-2.0.0-gcc47.patch of Package xbase
Index: xbase-2.0.0/bin/dumprecs.cpp =================================================================== --- xbase-2.0.0.orig/bin/dumprecs.cpp +++ xbase-2.0.0/bin/dumprecs.cpp @@ -77,10 +77,10 @@ int main(int ac,char** av) } cout << "\nLoop through forwards...\n"; - int i = 0; - while(i<MyFile.NoOfRecords()) { - MyFile.DumpRecord(i+1); - i++; + int j = 0; + while(j<MyFile.NoOfRecords()) { + MyFile.DumpRecord(j+1); + j++; } MyFile.CloseDatabase(); /* close database */
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor