[webkit-reviews] review requested: [Bug 12150] The cases where no stops are defined, or when a stop offset is less than previous not handled correctly : [Attachment 12335] Don't use memset to set a CGFloat to 0

bugzilla-request-daemon at macosforge.org bugzilla-request-daemon at macosforge.org
Tue Jan 9 14:05:40 PST 2007


David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked  for review:
Bug 12150: The cases where no stops are defined, or when a stop offset is less
than previous not handled correctly
http://bugs.webkit.org/show_bug.cgi?id=12150

Attachment 12335: Don't use memset to set a CGFloat to 0
http://bugs.webkit.org/attachment.cgi?id=12335&action=edit

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
>+	  outColor[0] = 0;
>+	  outColor[1] = 0;
>+	  outColor[2] = 0;
>+	  outColor[3] = 0;

I think "0" should be "0.0f" here.



More information about the webkit-reviews mailing list