home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!portal!danb
- From: danb@shell.portal.com (Dan E Babcock)
- Subject: Re: Sigh.. OKAY. ReadArgs() is buggy?
- Message-ID: <BzI3sz.6s4@unix.portal.com>
- Sender: news@unix.portal.com
- Nntp-Posting-Host: jobe
- Organization: Portal Communications Company -- 408/973-9111 (voice) 408/973-8091 (data)
- References: <BzHto9.9pG@usenet.ucs.indiana.edu>
- Date: Sat, 19 Dec 1992 10:00:34 GMT
- Lines: 19
-
- In article <BzHto9.9pG@usenet.ucs.indiana.edu> shulick@navajo.ucs.indiana.edu writes:
- >
- >(*&%(*@&(*&%!! I've about had it with this fucking routine! (If only I
- >had the money to buy a book...)
-
- I don't want to sound heartless, but if you don't want to pay $20 for the
- autodocs (or a bit more for the paper version), you can write your own
- ReadArgs (it isn't too hard) and stop wasting the net.
-
- >LONG arr[5];
- >
- >For some WEIRD reason, arr[1] == -1, arr[2] == 0 (this is ok), and
- >arr[3] == 32791839!! What the HELL? I checked someone else's source
-
- Are you initializing "arr" to zero or some default value? If not, you
- will see garbage for entries that the user does not modify.
-
- Dan
-
-