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

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- base/Config.cpp
0
++ base/Config.cpp
Lines 423-430 Link Here
423
  m_sDataDir = string(EM_DATADIR) + "/";
423
  m_sDataDir = string(EM_DATADIR) + "/";
424
  m_sExeDir = "./";
424
  m_sExeDir = "./";
425
  if ( *( m_sDataDir.c_str() ) != '/' ) {
425
  if ( *( m_sDataDir.c_str() ) != '/' ) {
426
    char* ptr=0; 
426
    const char* ptr=0; 
427
    char* ptrw = 0;
427
    const char* ptrw = 0;
428
    //cout<<"relative to exe file"<<endl;
428
    //cout<<"relative to exe file"<<endl;
429
    ptr = (strrchr(argv0,'/')); // unix /cygwin / check win32 
429
    ptr = (strrchr(argv0,'/')); // unix /cygwin / check win32 
430
#ifdef WIN32
430
#ifdef WIN32

Return to bug 274833