From owner-cvs-user Sat Nov 4 15:42:07 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA24227 for cvs-user-outgoing; Sat, 4 Nov 1995 15:42:07 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA24219 ; Sat, 4 Nov 1995 15:41:58 -0800 Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id PAA15426; Sat, 4 Nov 1995 15:41:26 -0800 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jkh@freefall.freebsd.org (Jordan K. Hubbard), CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release/sysinstall command.c config.c disks.c label.c sysinstall.h In-reply-to: Your message of "Sat, 04 Nov 1995 19:03:50 +0100." <199511041803.TAA02420@uriah.heep.sax.de> Date: Sat, 04 Nov 1995 15:41:25 -0800 Message-ID: <15423.815528485@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > qsort() usage is somewhat obfuscated: Hmmm. Thanks for the example! I see now what I did wrong - I didn't do the final pointer-to-pointer dereference in the sort function. Ah well, no matter, I'll just leave my bubble sort in place since I'm only sorting between 3 and 10 items, typically. :) Jordan