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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- src/user.cpp (Revision 6942)
0
++ src/user.cpp (Arbeitskopie)
Lines 3631-3636 Link Here
3631
    {
3631
    {
3632
      gLog.Error("%sUnable to open picture file (%s):\n%s%s.\n", L_ERRORxSTR,
3632
      gLog.Error("%sUnable to open picture file (%s):\n%s%s.\n", L_ERRORxSTR,
3633
                                     szFilename, L_BLANKxSTR, strerror(errno));
3633
                                     szFilename, L_BLANKxSTR, strerror(errno));
3634
      close(source);
3634
      return;
3635
      return;
3635
    }
3636
    }

Return to bug 299734