On 02/02/2013 02:55 PM, Pascal Obry wrote: > Please let me know if this is fixed on your side. Thanks.
You forgot one initialization in your fix, I think: int iwidth, iheight = 0; // image width / height should probably be int iwidth = 0, iheight = 0; // image width / height for the aspect protection code to make sense? If I add this, my build goes through. .mm ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_jan _______________________________________________ darktable-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/darktable-devel
