Re: [Nautilus-list] 64bit bug in nautilus-icon-container
- From: Darin Adler <darin bentspoon com>
- To: Alex Larsson <alexl redhat com>
- Cc: <nautilus-list lists eazel com>
- Subject: Re: [Nautilus-list] 64bit bug in nautilus-icon-container
- Date: Wed, 1 Aug 2001 13:20:17 -0700
On Wednesday, August 1, 2001, at 12:49 PM, Alex Larsson wrote:
- icon_grid = malloc (num_rows * sizeof (int));
+ icon_grid = malloc (num_rows * sizeof (int *));
Also, this should be using g_new/g_free instead of malloc/free.
-- Darin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]