Ignore:
Timestamp:
Nov 23, 2000, 7:36:41 PM (25 years ago)
Author:
umoeller
Message:

Updates for V0.9.6.

File:
1 edited

Legend:

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

    r12 r13  
    29792979    if (pszText)
    29802980    {
    2981         if (strhrpl(&pszText, 0, pszSearch, pszReplaceWith, 0) > 0)
     2981        ULONG ulOfs = 0;
     2982        if (strhrpl(&pszText, &ulOfs, pszSearch, pszReplaceWith) > 0)
    29822983        {
    29832984            WinSetWindowText(hwnd, pszText);
Note: See TracChangeset for help on using the changeset viewer.