leonbloy/pngcs

Small patch to fix building with MonoDevelop.

Closed this issue · 2 comments

From bigas...@gmail.com on July 31, 2013 10:11:12

Hello,

I've tried to build Pngcs with MonoDevelop on Linux.

Got a bunch of errors like: "Type of conditional expression cannot be determined as 'byte' and 'int' convert implicitly to each other".

It is the same problem as discussed at http://stackoverflow.com/questions/5524968/type-of-conditional-expression-cannot-be-determined-as There are just a few lines to be fixed, I've attached the patch.


WBR,
Andrey

Attachment: 0001-Fixed-byte-int-issue-in-pngsplit-Hjg.Pngcs.patch

Original issue: http://code.google.com/p/pngcs/issues/detail?id=8

From hjg.com.ar@gmail.com on August 10, 2013 10:11:04

Fixed, for next release. Thanks

Status: Accepted
Owner: hjg.com.ar@gmail.com

From hjg.com.ar@gmail.com on August 10, 2013 10:11:17

Status: Fixed