*** empty log message ***

svn path=/trunk/boinc/; revision=5542
This commit is contained in:
Rom Walton 2005-02-28 20:17:37 +00:00
parent aedca344d0
commit cacf0368c7
1 changed files with 1 additions and 0 deletions

View File

@ -465,6 +465,7 @@ bool valid_master_url(char* buf) {
if (p == q) return false;
n = strlen(buf);
if (buf[n-1] != '/') return false;
return true;
}
void safe_strncpy(char* dst, const char* src, int len) {