Date: | 2015-04-25 14:15:15 (8 years 7 months ago) |
---|---|
Author: | Maarten ter Huurne |
Commit: | 9394a95a6c43f853ce615706b8ff30992489d6cc |
Message: | Fixed formatting string type mismatches The "%zd" conversion specification seems to produce no warnings on both 32-bit and 64-bit systems. |
Files: |
src/gmenu2x.cpp (1 diff) src/wallpaperdialog.cpp (1 diff) |
Change Details
src/gmenu2x.cpp | ||
---|---|---|
996 | 996 | rename(linkApp->getFile().c_str(),newFileName.c_str()); |
997 | 997 | linkApp->renameFile(newFileName); |
998 | 998 | |
999 | INFO("New section index: %i.\n", newSectionIndex - menu->getSections().begin()); | |
999 | INFO("New section index: %zd.\n", newSectionIndex - menu->getSections().begin()); | |
1000 | 1000 | |
1001 | 1001 | menu->linkChangeSection(menu->selLinkIndex(), menu->selSectionIndex(), newSectionIndex - menu->getSections().begin()); |
1002 | 1002 | } |
src/wallpaperdialog.cpp | ||
---|---|---|
57 | 57 | |
58 | 58 | vector<string> wallpapers = fl.getFiles(); |
59 | 59 | |
60 | DEBUG("Wallpapers: %i\n", wallpapers.size()); | |
60 | DEBUG("Wallpapers: %zd\n", wallpapers.size()); | |
61 | 61 | |
62 | 62 | uint i, selected = 0, firstElement = 0, iY; |
63 | 63 |
Branches:
install_locations
master
opkrun
packages