mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 07:29:30 +02:00
fixed lazarus xml files for fpc 1.1
git-svn-id: trunk@3713 -
This commit is contained in:
parent
291b1cea12
commit
0e8ca743dc
@ -224,7 +224,8 @@ begin
|
||||
XPM:=ReadXPMFromStream(Stream,Size);
|
||||
try
|
||||
if not ReadXPMSize(XPM,NewWidth,NewHeight,NewColorCount) then
|
||||
raise Exception.Create('TPixmap.ReadStream: ERROR: reading xpm');
|
||||
RaiseGDBException('AAA1');
|
||||
//raise Exception.Create('TPixmap.ReadStream: ERROR: reading xpm');
|
||||
|
||||
// free old pixmap
|
||||
// Create the pixmap
|
||||
@ -249,6 +250,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.16 2002/12/18 17:52:18 mattias
|
||||
fixed lazarus xml files for fpc 1.1
|
||||
|
||||
Revision 1.15 2002/09/16 16:18:50 lazarus
|
||||
MG: fixed mem leak in TPixmap
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user