Subversion Repositories wimsdev

Rev

Rev 7674 | Rev 8120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7674 Rev 8100
Line 115... Line 115...
115
    char *p;
115
    char *p;
116
 
116
 
117
    cmdparm=""; prepabout(quitstring,"/dev/null",outputfname);
117
    cmdparm=""; prepabout(quitstring,"/dev/null",outputfname);
118
    if(readabout()>0) {
118
    if(readabout()>0) {
119
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
119
      p=strchr(aboutbuf,'\n'); if(p!=NULL) *p=0;
120
      strip_trailing_spaces(aboutbuf);
120
      strip_trailing_spaces2(aboutbuf);
121
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
121
      printf("<a href=\"%s\">%s</a>",homepage,aboutbuf);
122
    }
122
    }
123
}
123
}
124
 
124
 
125
char *dynsetup(char *ptr, char *end)
125
char *dynsetup(char *ptr, char *end)