mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc_samples/; revision=11200
This commit is contained in:
parent
c0d2f4d6a6
commit
ac5e0eade6
|
@ -174,7 +174,14 @@ David 11 Sept 2006
|
|||
Makefile
|
||||
worker.C
|
||||
wrapper/Makefile
|
||||
|
||||
David 11 Sept 2006
|
||||
- include all apps in VS solution
|
||||
|
||||
win_build/samples.sln
|
||||
|
||||
David 26 Sept 2006
|
||||
- close state file in uppercase (from Ian/Tigher)
|
||||
|
||||
uppercase/
|
||||
upper_case.C
|
||||
|
|
|
@ -118,6 +118,7 @@ void worker() {
|
|||
state = boinc_fopen(resolved_name, "r");
|
||||
if (state) {
|
||||
fscanf(state, "%d", &nchars);
|
||||
fclose(state);
|
||||
fseek(infile, nchars, SEEK_SET);
|
||||
boinc_resolve_filename(OUTPUT_FILENAME, resolved_name, sizeof(resolved_name));
|
||||
retval = out.open(resolved_name, "a");
|
||||
|
|
Loading…
Reference in New Issue