Changeset 060b3b4 for functions.c


Ignore:
Timestamp:
Feb 19, 2003, 12:08:41 AM (21 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:
ced25d1
Parents:
89426ab
Message:
Fixed bug in unsub command that could cause file corruption.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    rd0d65df r060b3b4  
    11931193      }
    11941194
    1195       sprintf(buff, "Checkd Ath: %i\n", buff, n->z_checked_auth);
     1195      sprintf(buff, "Checkd Ath: %i\n", n->z_checked_auth);
    11961196      sprintf(buff, "%sMulti notc: %s\n", buff, n->z_multinotice);
    11971197      sprintf(buff, "%sNum other : %i\n", buff, n->z_num_other_fields);
Note: See TracChangeset for help on using the changeset viewer.