Changeset 407 for trunk/src/sh_tools.c


Ignore:
Timestamp:
Aug 22, 2012, 9:25:05 PM (12 years ago)
Author:
katerina
Message:

Fix for tickets #309, #310.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_tools.c

    r383 r407  
    210210}
    211211
    212 /* --- recode all \blah escapes to '=XX' format, and also code all
    213  *     remaining unprintable chars                                 ---
     212/* --- recode all \blah escapes to qp (quoted printable) '=XX' format, and
     213 *     also code all remaining unprintable chars                           ---
    214214 */
    215215#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.