*** empty log message ***

svn path=/trunk/boinc/; revision=3598
This commit is contained in:
Karl Chen 2004-06-16 10:03:44 +00:00
parent c503480d6b
commit e4ffa9407b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ extern "C" {
// TODO: structs? common?
// extern int boinc_get_init_data(APP_INIT_DATA&);
void boinc_send_trickle_up_(char* s, int len)
void boinc_send_trickle_up_(char* s, int s_len)
{
boinc_send_trickle_up(StringFromFortran(s,s_len));
}