wait_slider->value(v);
}
if (!root->name && path) root->name = strdup(path);
if (!root->name) {
if (path) {
root->name = strdup(path);
} else {
root->name = strdup("stdin");
if (true_file) {
if (path) fclose(f);