From: "DeHackEd" References: <35A2FB84 DOT CED8E813 AT iname DOT com> Subject: Re: Allegro: grabber: file order Date: Wed, 8 Jul 1998 10:06:20 -0400 Lines: 24 Message-ID: Newsgroups: comp.os.msdos.djgpp NNTP-Posting-Host: d12-bn46-blvl-pda.attcanada.net [142.194.137.204] To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Backup the file allegro\tools\datedit.c Near line 1550, you will see a function called datedit_sort_datafile. Make it look like this: /* sorts a datafile */ // not :) void datedit_sort_datafile(DATAFILE *dat) { } All entries in the grabber will be sorted at the end. You cannot insert an entry before one - it will always end up at the end of the list. Think you can handle that? -- "DeHackEd" My Email address in the header is fake (spammers). Email me at this address: http://www.geocities.com/cgi-bin/homestead/mail.pl?dehacked