delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2002/12/06/04:34:51

Message-ID: <001301c29d07$51d85860$50cbafc3@selim>
From: =?windows-1254?Q?Selim_Delio=F0lu?= <selimdeli AT ttnet DOT net DOT tr>
To: "DJGPP" <djgpp AT delorie DOT com>
References: <3DED0701 DOT 5040209 AT rubyridge DOT com>
Subject: Re: DJGPP Allegro sprite troubles
Date: Fri, 6 Dec 2002 11:09:47 +0200
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Reply-To: djgpp AT delorie DOT com

>     BITMAP **bitmaps = malloc(sizeof(BITMAP * 12));
> 
Shouldn't this be something like:

BITMAP *bitmaps = malloc(sizeof(BITMAP) * 12);


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019