Hi, A change from 3.3.5 to 3.3.6 results in a bug in Unix VNC. The problem is in vncviewer/colour.c line 325. In 3.3.6 i is declared unsigned int, what leads to problems at least in the loop in line 391: for (i = cmapSize-1; i >= 0; i--) according to unsigned the loop condition is always true ... i think the problem is obvious. Why the change ???
Regards, Albert -- Albert Fl|gel Tel.: +49-89-636-27690 science+computing AG Fax.: +49-89-636-21950 bei: Infineon AG D1: +49-171-3698673 E-Mail: [EMAIL PROTECTED] _______________________________________________ VNC-List mailing list [EMAIL PROTECTED] http://www.realvnc.com/mailman/listinfo/vnc-list
