Changeset 1438 for trunk/dll/literal.c
- Timestamp:
- Jun 28, 2009, 10:47:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/dll/literal.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/literal.c
r1416 r1438 35 35 #include "wrappers.h" // xmalloc 36 36 #include "fortify.h" 37 #include "init.h" // Strings 37 38 38 39 static PSZ pszSrcFile = __FILE__; … … 321 322 } 322 323 else { 323 sprintf(pchOut, " \\x%02x", (UCHAR)*pchIn);324 sprintf(pchOut, "%sx%02x", PCSZ_BACKSLASH, (UCHAR)*pchIn); 324 325 pchOut += 4; 325 326 }
Note:
See TracChangeset
for help on using the changeset viewer.
