Revision: 4973 http://tigervnc.svn.sourceforge.net/tigervnc/?rev=4973&view=rev Author: astrand Date: 2012-08-27 08:02:36 +0000 (Mon, 27 Aug 2012) Log Message: ----------- Update to last patch; forgot break in switch statement.
Modified Paths: -------------- trunk/vncviewer/DesktopWindow.cxx Modified: trunk/vncviewer/DesktopWindow.cxx =================================================================== --- trunk/vncviewer/DesktopWindow.cxx 2012-08-27 07:28:08 UTC (rev 4972) +++ trunk/vncviewer/DesktopWindow.cxx 2012-08-27 08:02:36 UTC (rev 4973) @@ -105,7 +105,9 @@ case 2: w = geom_w; h = geom_h; + break; default: + geom_x = geom_y = 0; vlog.error("Invalid geometry specified!"); } } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Tigervnc-commits mailing list Tigervnc-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tigervnc-commits