Changeset 3385 for trunk


Ignore:
Timestamp:
Jun 10, 2007, 1:34:17 PM (18 years ago)
Author:
bird
Message:

Fixed build problem. References #169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/libos2/safe/SafeDosStartSession.c

    r3384 r3385  
    8787        while (*psz)
    8888            psz = strchr(psz, '\0') + 1;
    89         l4 = psz - Environment + 1;
     89        l4 = (uintptr_t)psz - (uintptr_t)Environment + 1;
    9090        cbSafe += l4;
    9191    }
Note: See TracChangeset for help on using the changeset viewer.