wb2osz
|
049614d16c
|
Fix IL2P for 9600 bps.
|
2021-11-22 21:10:31 -05:00 |
wb2osz
|
8619b74c7b
|
Pull request 353 - Fix spelling errors.
|
2021-09-29 18:28:17 -04:00 |
Daniele Forsi
|
6bfd22811c
|
Fix errors in comments
Errors found with codespell.
|
2021-09-19 21:25:00 +02:00 |
SASANO Takayoshi
|
0c285a0c6d
|
cosme
rewrite
int err;
err = poll_sndio();
if (err < 0) {
:
to
if (poll_sndio() < 0) {
:
|
2021-02-26 06:57:59 +09:00 |
SASANO Takayoshi
|
677117bff0
|
add sndio support
|
2021-02-25 20:35:41 +09:00 |
Davide Gerhard
|
05828dc65f
|
reshape the repository moving objects to folders based on subject
|
2019-11-09 08:26:01 +01:00 |