mirror of https://github.com/BOINC/boinc.git
parent
5f11d53efe
commit
f44c3179cf
|
@ -4362,6 +4362,9 @@ Erik May 22 2003
|
|||
|
||||
Eric May 29, 2003
|
||||
- added foreign language support functions
|
||||
- fixed allowed space calculation (standardized on 1 GB=2^30 bytes, not 10^9)
|
||||
|
||||
client/
|
||||
client_state.C
|
||||
lib/
|
||||
language.C,h
|
||||
|
|
|
@ -173,6 +173,8 @@ int CLIENT_STATE::init() {
|
|||
|
||||
srand(time(NULL));
|
||||
|
||||
language.read_language_file(LANGUAGE_FILE_NAME);
|
||||
|
||||
// parse account files.
|
||||
// If there are none, prompt user for project URL and create file
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue