Tk Source Code

Check-in [c243cf82]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:[bug 3505358 ] invalid color name "#f75df642f527"
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: c243cf8281e74f060d77a5737eec091459db79ef
User & Date: jan.nijtmans 2012-03-15 20:13:25
Context
2012-03-18
21:03
rfe-3503317: XParseColor speedup check-in: fb808d0d user: jan.nijtmans tags: trunk
2012-03-15
20:13
[bug 3505358 ] invalid color name "#f75df642f527" check-in: c243cf82 user: jan.nijtmans tags: trunk
20:12
[bug 3505358 ] invalid color name "#f75df642f527" check-in: 5ce95311 user: jan.nijtmans tags: core-8-5-branch
2012-03-13
13:57
Minor spelling fixes. check-in: b29edfa6 user: dkf tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to generic/tkColor.c.

870
871
872
873
874
875
876


877
878
879
880
881
882
883
	buf[7] = *(--spec);
	buf[6] = *(--spec);
	buf[5] = buf[8] = *(--spec);
	buf[3] = *(--spec);
	buf[2] = *(--spec);
	buf[1] = buf[4] = *(--spec);
	spec = buf;


	}
    }
    return XParseColor(display, map, spec, colorPtr);
}
#endif /* __WIN32__ */
/*
 * Local Variables:







>
>







870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
	buf[7] = *(--spec);
	buf[6] = *(--spec);
	buf[5] = buf[8] = *(--spec);
	buf[3] = *(--spec);
	buf[2] = *(--spec);
	buf[1] = buf[4] = *(--spec);
	spec = buf;
	} else {
	    spec -= 10;
	}
    }
    return XParseColor(display, map, spec, colorPtr);
}
#endif /* __WIN32__ */
/*
 * Local Variables: