- Timestamp:
- Aug 22, 2012, 9:25:05 PM (12 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_forward.c
r383 r407 5857 5857 (cfac == NULL) ? _("none") : cfac, 5858 5858 (cpri == NULL) ? _("none") : cpri, 5859 ( ptr == NULL) ? _("none") : ptr);5859 (tmp == NULL) ? _("none") : tmp); 5860 5860 if (cfac != NULL) 5861 5861 SH_FREE(cfac); -
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.