Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 509394 | Differences between
and this patch

Collapse All | Expand All

(-)xdiskusage.C (-1 / +7 lines)
Lines 587-593 Link Here
587
      wait_slider->value(v);
587
      wait_slider->value(v);
588
    }
588
    }
589
  }
589
  }
590
  if (!root->name && path) root->name = strdup(path);
590
  if (!root->name) {
591
   if (path) {
592
    root->name = strdup(path);
593
   } else {
594
    root->name = strdup("stdin");
595
   }
596
  }
591
597
592
  if (true_file) {
598
  if (true_file) {
593
    if (path) fclose(f);
599
    if (path) fclose(f);

Return to bug 509394