artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e3fdb5
)
typo: filed -> failed; ok ratchov@
author
op
<op@openbsd.org>
Mon, 27 Mar 2023 15:36:18 +0000
(15:36 +0000)
committer
op
<op@openbsd.org>
Mon, 27 Mar 2023 15:36:18 +0000
(15:36 +0000)
usr.bin/aucat/afile.c
patch
|
blob
|
history
diff --git
a/usr.bin/aucat/afile.c
b/usr.bin/aucat/afile.c
index
6c17746
..
c4e589f
100644
(file)
--- a/
usr.bin/aucat/afile.c
+++ b/
usr.bin/aucat/afile.c
@@
-406,7
+406,7
@@
afile_wav_readhdr(struct afile *f)
pos += sizeof(struct wav_chunk) + csize;
if (lseek(f->fd, sizeof(riff) + pos, SEEK_SET) == -1) {
log_puts(f->path);
- log_puts(": filed to seek to chunk\n");
+ log_puts(": f
a
iled to seek to chunk\n");
return 0;
}
}
@@
-600,7
+600,7
@@
afile_aiff_readhdr(struct afile *f)
if (lseek(f->fd, sizeof(form) + pos, SEEK_SET) == -1) {
log_puts(f->path);
- log_puts(": filed to seek to chunk\n");
+ log_puts(": f
a
iled to seek to chunk\n");
return 0;
}
}