Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    re2a620b r451db9e  
    516516  }
    517517  /* deal with MIT Discuss messages */
    518   else if (!strcasecmp(n->z_default_format, "New transaction [$1] entered in $2\nFrom: $3 ($5)\nSubject: $4") ||
    519            !strcasecmp(n->z_default_format, "New transaction [$1] entered in $2\nFrom: $3\nSubject: $4")) {
     518  else if (!strcasecmp(n->z_default_format, "New transaction [$1] entered in $2\nFrom: $3 ($5)\nSubject: $4")) {
    520519    char *msg, *field1, *field2, *field3, *field4, *field5;
    521520   
     
    815814    ZGetLocations(&locations,&one);
    816815    myuser=short_zuser(user);
    817     sprintf(out + strlen(out), "%s: %s\t%s\t%s\n", myuser,
     816    sprintf(out, "%s%s: %s\t%s\t%s\n", out, myuser,
    818817            locations.host ? locations.host : "?",
    819818            locations.tty ? locations.tty : "?",
     
    12041203
    12051204#ifdef HAVE_LIBZEPHYR
    1206 void owl_zephyr_process_events(owl_dispatch *d) {
     1205void owl_zephyr_process_events() {
    12071206  int zpendcount=0;
    12081207  ZNotice_t notice;
     
    12361235
    12371236#else
    1238 void owl_zephyr_process_events(owl_dispatch *d) {
    1239  
    1240 }
    1241 #endif
     1237void owl_zephyr_process_events() {
     1238 
     1239}
     1240#endif
Note: See TracChangeset for help on using the changeset viewer.