JvanKatwijk / eti-stuff

experimental software for creating and interpreting eti frames
GNU General Public License v2.0
21 stars 12 forks source link

Build error for eti-frontend: cannot convert char to file #6

Closed andimik closed 7 years ago

andimik commented 7 years ago
main.cpp:107:31: error: cannot convert ‘char*’ to ‘FILE* {aka _IO_FILE*}’ in assignment
                    outputFile = optarg;
                               ^