fclose replaced with pclose #31

Merged
asmeron merged 1 commits from YanTheKaller/libublsettings:master into master 1 year ago

@ -1751,7 +1751,7 @@ config_str yon_config_load(char *command, int *str_len){
}
}
if (output)
fclose(output);
pclose(output);
if (i>0){
*str_len = i;
return output_strings;

Loading…
Cancel
Save