aliens

Author Topic: small fix  (Read 3821 times)

Offline bazik

  • Squaddie
  • *
  • Posts: 9
    • View Profile
small fix
« on: February 09, 2012, 03:44:26 am »
just 2 small fixes for project  :)

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: small fix
« Reply #1 on: February 11, 2012, 06:46:22 am »
Thanks, committed. :)

Offline bazik

  • Squaddie
  • *
  • Posts: 9
    • View Profile
Re: small fix
« Reply #2 on: February 15, 2012, 04:28:58 am »
guys.., you coping this from commit to commit.. CrossPlatform.cpp

#ifdef __APPLE__
      snprintf(path, MAXPATHLEN, "%s/Users/Shared/OpenXcom/data/", home);
      ->>>list.puish_back(path);
#else

its not correct i guess, should be push_back
« Last Edit: February 15, 2012, 04:30:50 am by bazik »

Offline SupSuper

  • Lazy Developer
  • Administrator
  • Commander
  • *****
  • Posts: 2159
    • View Profile
Re: small fix
« Reply #3 on: February 15, 2012, 12:29:29 pm »
This is the problem with IFDEFs, you miss out on all these silly compiler errors...  :-[ should be fixed now.