mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=5542
This commit is contained in:
parent
aedca344d0
commit
cacf0368c7
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue