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

Collapse All | Expand All

(-)xqf-1.0.4/src/game.c (-1 / +1 lines)
Lines 1675-1681 Link Here
1675
  if(!this)
1675
  if(!this)
1676
    return NULL;
1676
    return NULL;
1677
1677
1678
  dir = this->real_home?this->real_home:this->real_dir;
1678
  dir = this->real_dir?this->real_dir:this->real_home;
1679
1679
1680
  if (!dir)
1680
  if (!dir)
1681
    return NULL;
1681
    return NULL;

Return to bug 144501