Ignore:
Timestamp:
Sep 26, 2012, 12:07:31 AM (13 years ago)
Author:
dmik
Message:

Cosmetic fix.

File:
1 edited

Legend:

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

    r21916 r22022  
    635635  LONG  rc;
    636636
    637   rc = O32_RegOpenKey(ConvertKey(hKey),
    638                       astring,
    639                       arg3);
     637  rc = RegOpenKeyA(hKey, astring, arg3);
    640638  if(rc)
    641639    *arg3 = 0;
Note: See TracChangeset for help on using the changeset viewer.