diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
| -rw-r--r-- | apps/plugins/test_codec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 03c2daa..f3b826e 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c @@ -167,7 +167,7 @@ void init_wav(char* filename) { wavinfo.totalsamples = 0; - wavinfo.fd = rb->creat(filename); + wavinfo.fd = rb->creat(filename, 0666); if (wavinfo.fd >= 0) { |