Ignore:
Timestamp:
Jun 2, 2002, 10:50:25 PM (23 years ago)
Author:
umoeller
Message:

Fixes for ip widget.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r167 r168  
    35343534    if (cbText)
    35353535    {
    3536         pszText = (PSZ)malloc(cbText + 1);
    3537         if (pszText)
     3536        if (pszText = (PSZ)malloc(cbText + 1))
    35383537            WinQueryWindowText(hwnd,
    35393538                               cbText + 1,
Note: See TracChangeset for help on using the changeset viewer.