compilation fix

svn path=/trunk/boinc/; revision=443
This commit is contained in:
Eric Heien 2002-09-28 01:16:17 +00:00
parent 506fe3257a
commit c12b1df84b
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ void add_user() {
printf("read_file: %s", global_prefs_file);
return;
}
user.prefs_mod_time = time(0);
user.global_prefs_mod_time = time(0);
}
retval = db_user_new(user);
if (retval) {