- Timestamp:
- Jun 10, 2007, 1:34:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/libos2/safe/SafeDosStartSession.c
r3384 r3385 87 87 while (*psz) 88 88 psz = strchr(psz, '\0') + 1; 89 l4 = psz -Environment + 1;89 l4 = (uintptr_t)psz - (uintptr_t)Environment + 1; 90 90 cbSafe += l4; 91 91 }
Note:
See TracChangeset
for help on using the changeset viewer.