Changeset 3070


Ignore:
Timestamp:
Apr 9, 2007, 12:17:39 AM (18 years ago)
Author:
bird
Message:

Fixed symlink content.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/b_nativeSymlinkCreate.c

    r2929 r3070  
    132132    if (__predict_true(rc == NO_ERROR))
    133133    {
    134         DosWrite(hf, &pszTarget, cchTarget, &ul);
     134        DosWrite(hf, pszTarget, cchTarget, &ul);
    135135        DosClose(hf);
    136136        LIBCLOG_RETURN_INT(0);
Note: See TracChangeset for help on using the changeset viewer.