| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 2013-03-20 | html: check return value of write | Jason A. Donenfeld | |
| This squelches a gcc warning. It's also correct that we check to see if there are any partial or failed writes. For now, we just print a warning to stderr. In the future, perhaps it will prove wise to exit(1) on partial writes. | |||
| 2013-03-20 | ui-shared: squelch compiler warning. | Jason A. Donenfeld | |