Skip to content

Commit

Permalink
- client: Initialize the total mem size_t.
Browse files Browse the repository at this point in the history
svn path=/trunk/boinc/; revision=26116
  • Loading branch information
romw committed Sep 14, 2012
1 parent 7131573 commit 26f9e38
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions checkin_notes
Original file line number Diff line number Diff line change
Expand Up @@ -5956,3 +5956,9 @@ David 13 Sept 2012

sched/
sched_array.cpp

Rom 13 Sept 2012
- client: Initialize the total mem size_t.

client/
gpu_nvidia.cpp
2 changes: 1 addition & 1 deletion client/gpu_nvidia.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void COPROC_NVIDIA::get(

int j, itemp;
unsigned int i;
size_t global_mem;
size_t global_mem = 0;
COPROC_NVIDIA cc;
string s;
for (j=0; j<cuda_ndevs; j++) {
Expand Down

0 comments on commit 26f9e38

Please sign in to comment.