master #35
Merged
asmeron
merged 2 commits from YanTheKaller/libublsettings:master into master 1 year ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'YanTheKaller/libublsettings:master'
Deleting a branch is permanent. It CANNOT be undone. Continue?
int yon_file_save(char *file_path, char *text){FILE *file = fopen(file_path,"w");chmod(file_path,0777);Для чего 777 на файл и ниже ?
char *full_path = yon_char_unite(path,"/",name,NULL);if (access(full_path,F_OK)){FILE *fl = fopen(full_path,"w");chmod(full_path,0777);Для чего 777 на файл ?
if (path){if (access(path,F_OK)){FILE *fl = fopen(path,"w");chmod(path,0777);Для чего 777 на файл ?
ab43263a97into master 1 year agoReviewers
ab43263a97.