Ignore:
Timestamp:
Sep 18, 2000, 9:26:16 PM (25 years ago)
Author:
sandervl
Message:

matchModName bugs fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagebase.cpp

    r4249 r4279  
    1 /* $Id: winimagebase.cpp,v 1.26 2000-09-12 22:45:19 bird Exp $ */
     1/* $Id: winimagebase.cpp,v 1.27 2000-09-18 19:26:16 sandervl Exp $ */
    22
    33/*
     
    361361           )
    362362    {
    363         if (ch == '.' && pszModNameEnd != NULL)
    364             pszModName = pszModName;
     363        if (ch == '.' && pszModNameEnd == NULL)
     364            pszModNameEnd = pszModName;
    365365        pszModName--;
    366366    }
    367367    pszModName++;
    368 
     368   
    369369    /** @sketch
    370370     * Compare the names caseinsensitivly.
Note: See TracChangeset for help on using the changeset viewer.