Fix a few minor bugs
This commit is contained in:
parent
c5b754e135
commit
4e4fc03784
@ -923,6 +923,7 @@ int www_send_msg(struct user_record *user, char *to, char *subj, int conference,
|
|||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
char *www_new_msg(struct user_record *user, int conference, int area) {
|
char *www_new_msg(struct user_record *user, int conference, int area) {
|
||||||
|
@ -767,6 +767,7 @@ char *message_editor() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if _MSC_VER
|
#if _MSC_VER
|
||||||
|
@ -88,6 +88,7 @@ static int handler(void* user, const char* section, const char* name,
|
|||||||
conf.filearea_count++;
|
conf.filearea_count++;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
void chomp(char *string) {
|
void chomp(char *string) {
|
||||||
|
Reference in New Issue
Block a user