Changeset 407 for trunk/src/sh_tools.c
- Timestamp:
- Aug 22, 2012, 9:25:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_tools.c
r383 r407 210 210 } 211 211 212 /* --- recode all \blah escapes to '=XX' format, and also code all213 * remaining unprintable chars---212 /* --- recode all \blah escapes to qp (quoted printable) '=XX' format, and 213 * also code all remaining unprintable chars --- 214 214 */ 215 215 #define SH_PUT_4(p, a, b, c) (p)[0] = (a); (p)[1] = (b); (p)[2] = (c);
Note:
See TracChangeset
for help on using the changeset viewer.