Codebase list squidview / 9341984
Imported Debian patch 0.68-2 Willi Mann 11 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 squidview (0.68-2) unstable; urgency=low
1
2 * Fix for compiling with gcc-3.4 (thanks to Andreas Jochens for reporting,
3 closes: #263836)
4
5 -- Willi Mann <willi@wm1.at> Thu, 12 Aug 2004 14:47:35 +0200
6
07 squidview (0.68-1) unstable; urgency=low
18
29 * New upstream release which mostly incorporates fixes by me.
52125212 {
52135213 con << "\n\nSorting...";
52145214 refresh();
5215 iSortMode = enum cUsersMode::eSort ((iKey - '1') + nSortU);
5215 iSortMode = cUsersMode::eSort ((iKey - '1') + nSortU);
52165216 SortData();
52175217 iScreenStart = iSelectedRow = 0;
52185218 }