GadgetFactory / Papilio-Loader

Java and command line apps to load Xilinx Bit files to Papilio FPGA boards.
http://gadgetfactory.net/learn/2013/09/18/howto-papilio-loader-gui-on-linux/
62 stars 34 forks source link

Using int instead of char for getopt return. #10

Closed bmolnar closed 9 years ago

bmolnar commented 10 years ago

This causes a failure on Raspbian, where 'char' is unsigned. The EOF check fails.

bmolnar commented 9 years ago

Any chance of getting this merged?

bmolnar commented 9 years ago

EOF check still fails without this. Any chance you could merge this one-liner in?

jackgassett commented 9 years ago

Merged in, thanks!