Fix getopt usage
authorWouter Verhelst <w@uter.be>
Sun, 13 Feb 2011 10:17:47 +0000 (11:17 +0100)
committerWouter Verhelst <w@uter.be>
Sun, 13 Feb 2011 10:17:47 +0000 (11:17 +0100)
getopt returns an int, not a char. Since char is unsigned by default on
some architectures, this caused an infinite loop in option parsing
there.


No differences found