Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 107276
Collapse All | Expand All

(-)/var/tmp/portage/rox-diff-2.1.2/work/Diff/src/main.c (-1 / +1 lines)
Lines 775-781 Link Here
775
  GtkTextIter start, end;
775
  GtkTextIter start, end;
776
  GtkTextBuffer *buf;
776
  GtkTextBuffer *buf;
777
777
778
  win->unified=options.use_unified;
778
  win->unified=o_use_unified.int_value;
779
779
780
  win->fname[0]=g_strdup(tmpnam(NULL));
780
  win->fname[0]=g_strdup(tmpnam(NULL));
781
  write_window_to(win->file[0], win->fname[0], win);
781
  write_window_to(win->file[0], win->fname[0], win);

Return to bug 107276