Changeset 959 for trunk/dll/literal.c
- Timestamp:
- Feb 18, 2008, 1:47:31 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/literal.c
r907 r959 94 94 cBufBytes = strlen(pszBuf) + 1; 95 95 pszWork = pszOut = xmalloc(cBufBytes + 1, pszSrcFile, __LINE__); 96 if (!pszWork) 97 return 0; 96 98 97 99 iBuf = 0; /* set index to first character */
Note:
See TracChangeset
for help on using the changeset viewer.