mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
The original code was just throwing away error conditions for write calls to an fd. Obviously this is bad, but really, we should probably be using an ostream instead of a raw file handle here. For now, deal with the warning by checking the result for errors, at least, and later we'll refactor to use ostream properly. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
config.h.in | ||
g13_fonts.cc | ||
g13_keys.cc | ||
g13_lcd.cc | ||
g13_log.cc | ||
g13_main.cc | ||
g13_stick.cc | ||
g13.cc | ||
g13.h | ||
helper.cc | ||
helper.h | ||
logo.h | ||
pbm2lpbm.cc |