mirror of https://github.com/BOINC/boinc.git
Port David's crash fix of 12 Sept
svn path=/trunk/boinc_samples/; revision=13665
This commit is contained in:
parent
1983c90952
commit
1aeb59ddac
|
@ -232,6 +232,7 @@ static void parse_project_prefs(char* buf) {
|
|||
char cs[256];
|
||||
COLOR c;
|
||||
double hue;
|
||||
if (!buf) return;
|
||||
if (parse_str(buf, "<color_scheme>", cs, 256)) {
|
||||
if (!strcmp(cs, "Tahiti Sunset")) {
|
||||
hue = .9;
|
||||
|
|
Loading…
Reference in New Issue