Colorhug Client hosts its code at git://gitorious.org/colorhug/client.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:colorhug-client

See all merge proposals.

Colorhug Client has 1 active branch owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:colorhug-client
Series: trunk
1 Development 2014-01-17 19:57:29 UTC
398. Remove suspicious usage of sizeof wit...

Author: Moritz Lipp
Revision Date: 2014-01-17 19:57:29 UTC

Remove suspicious usage of sizeof with a numeric constant

This patch removes the sizeof call around the numeric constant
3*4 that should determine the number of bytes that should
be set via memset. The expected result should be 12 bytes but sizeof
returns the storage size of the filetype (integer) which is 4 bytes.
Suspicious usage of 'sizeof' with a numeric constant as parameter.

Signed-off-by: Richard Hughes <richard@hughsie.com>

11 of 1 result
You can't create new branches for Colorhug Client.