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

Collapse All | Expand All

(-)output.c.orig (-1 / +2 lines)
Lines 215-221 Link Here
215
215
216
void output_screenshot()
216
void output_screenshot()
217
{
217
{
218
  char *l = "shot.bmp";
218
  char l[70];
219
  sprintf(l, "%s/mures_shot.bmp", getenv("HOME"));
219
  SDL_SaveBMP(screen, l);
220
  SDL_SaveBMP(screen, l);
220
  printf("Screenshot saved to %s.\n", l);
221
  printf("Screenshot saved to %s.\n", l);
221
}
222
}

Return to bug 52723