Changeset 3694 for trunk


Ignore:
Timestamp:
Mar 16, 2011, 12:28:15 AM (14 years ago)
Author:
bird
Message:

libc: Build fix. References #44.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/b_fsPathConf.c

    r3687 r3694  
    5252    if (!rc)
    5353    {
    54         __LIBC_PFSINFO *pFsInfo = __libc_back_fsInfoObjByPath(pszNativePath);
    55         rc = __libc_back_fsinfoPathConf(pFsInfo, iName, plValue);
     54        __LIBC_PFSINFO pFsInfo = __libc_back_fsInfoObjByPath(szNativePath);
     55        rc = __libc_back_fsInfoPathConf(pFsInfo, iName, plValue);
    5656        __libc_back_fsInfoObjRelease(pFsInfo);
    5757    }
Note: See TracChangeset for help on using the changeset viewer.