ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/RenegadeMapSelector/RenegadeMapSelector.cpp
(Generate patch)

Comparing trunk/RenegadeMapSelector/RenegadeMapSelector.cpp (file contents):
Revision 94 by douglas, 2003-03-22T13:53:44-08:00 vs.
Revision 96 by douglas, 2003-03-22T20:42:23-08:00

# Line 388 | Line 388 | int CALLBACK selector(HWND hwndDlg, UINT
388                                  if (debug) cerr << "downs = {\n";
389                                  for (unsigned index = count; index > 0; index--)
390                                  {
391 <                                        if (debug) cerr << "   [" << index << "] = " << downs[index
392 <                                                - 1] << "\n";
391 >                                        if (debug) cerr << "   [" << index - 1 << "] = " << downs[
392 >                                                index - 1] << "\n";
393  
394                                          char* down = new char[SendMessage(GetDlgItem(hwndDlg,
395                                                  IDC_SELECTED), LB_GETTEXTLEN, downs[index - 1], 0) +

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines