Changeset 601a9e0 for functions.c


Ignore:
Timestamp:
Sep 24, 2002, 3:47:23 PM (22 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
700c712
Parents:
5a6e6b9
Message:
Patch to fix memory bug in replying to CC messages
If we're on Athena and have static krb (or other) libraries, use
  them
Added "athstatic" program to the release, which handles the above
Cast to an int for isspace, to make gcc -Wall quiet
Added 'zlist' and 'l' to basic help.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    r5a6e6b9 r601a9e0  
    16011601      if (*to != '\0') {
    16021602        char *tmp, *oldtmp, *tmp2;
     1603        tmp=short_zuser(to);
    16031604        if (cc) {
    16041605          tmp = owl_util_uniq(oldtmp=tmp, cc, "-");
     
    16071608          owl_free(oldbuff);
    16081609        } else {
    1609           tmp=short_zuser(to);
    16101610          if (owl_global_is_smartstrip(&g)) {
    16111611            tmp2=tmp;
Note: See TracChangeset for help on using the changeset viewer.