Bug fix (patch)

From: Roland Kay <roland.kay_at_ox.compsoc.net>
Date: Tue Apr 12 2005 - 04:27:07 CEST

Here's another. This times it only affects the unix port.

The indexing variable "i" in XAP_UnixDialog_FileOpenSaveAs::fileTypeChanged
is declared unsigned. This means that if the filename is blank, because
this is a new document, then the loop at line 498 goes round 4 billion
times. This is because 0-1 gets rounded to 0xffffffff.

Best wishes,

R.

Received on Tue Apr 12 04:29:48 2005

This archive was generated by hypermail 2.1.8 : Tue Apr 12 2005 - 04:29:49 CEST