You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
Creating mp3 files with u+x attributes is just silly
|
|
|
|
--- a/file.c
|
|
+++ b/file.c
|
|
@@ -136,3 +136,3 @@
|
|
file->fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC,
|
|
- S_IRWXU | S_IRGRP | S_IROTH);
|
|
+ S_IRUSR|S_IWUSR | S_IRGRP | S_IROTH);
|
|
|