Removed use of fgets() to read files and gerb_file approved file operations.
commitd2e75b147b4fca5044dc836b8d12692ec5d63704
authorStefan Petersen <spe@stacken.kth.se>
Fri, 14 Aug 2009 22:05:03 +0000 (15 00:05 +0200)
committerStefan Petersen <spe@stacken.kth.se>
Tue, 6 Sep 2011 13:17:20 +0000 (6 15:17 +0200)
tree3fc3d793fe2ea14552e4f08366e0705b8b59adf9
parentff5b16446308979e828306c231486996281411bf
Removed use of fgets() to read files and gerb_file approved file operations.

When reading from zip archive the fd->fd does not really exist, so we can't
use operations on fd->fd. But instead we can use that gerb_fopen already
has the complete file read in and stored.
Also sprinkled with some more dprintf()'s
src/drill.c