Skip to content

Commit

Permalink
Herman's fix for possible freeze on PCX load
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerhelland committed Aug 30, 2012
1 parent dd7f9b3 commit 403819c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Classes/LoadPCX.cls
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ Dim Byte2 As Byte
Dim Byte3 As Byte
Dim Byte4 As Byte
Dim Größe As Long
On Error Resume Next
On Error GoTo allesfertig
Dim Bytefertig() As Byte
ReDim Bytefertig(3)
If Bildbreite Mod 2 <> 0 Then
Expand Down
2 changes: 1 addition & 1 deletion PhotoDemon.vbp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Description="PhotoDemon"
CompatibleMode="0"
MajorVer=4
MinorVer=4
RevisionVer=42
RevisionVer=43
AutoIncrementVer=1
ServerSupportFiles=0
VersionComments="�2000-2012 Tanner Helland - www.tannerhelland.com"
Expand Down

0 comments on commit 403819c

Please sign in to comment.