Changeset 893 for trunk/dll/newview.c


Ignore:
Timestamp:
Dec 29, 2007, 12:16:41 AM (18 years ago)
Author:
Gregg Young
Message:

Remark out quoting code in runemf; Cleanup of dialog update for mailrun; Enlarge VIEWDATA color array to include new mailrun colors which of course fixed the memfree crashes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r890 r893  
    111111  HPS hps;
    112112  FATTRS fattrs;
    113   LONG colors[12];
     113  LONG colors[14];
    114114}
    115115VIEWDATA;
     
    162162    pp++;
    163163  *pp = 0;
    164   printf("%s", t); fflush(stdout);
    165164  strip_lead_char(t, "<");
    166165  strip_trail_char(t, ">");
     
    285284                }
    286285              }
    287               else if (!strncmp(urld->url, "@", 1)) {
    288                 memmove(urld->url, urld->url + 6, strlen(urld->url) + 1);
    289                 if (*urld->url) {
     286              else if (strchr(urld->url, '@')) {
    290287                  WinDismissDlg(hwnd, 3);
    291288                  break;
    292                 }
    293289              }
    294290            }
     
    22702266      RECTL Rectl;
    22712267      POINTS pts;
    2272       //CHAR *mailstring;
    22732268
    22742269      WinQueryWindowRect(hwnd, &Rectl);
Note: See TracChangeset for help on using the changeset viewer.