Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
November 01, 2024, 05:45:23 am
News:
If you can't login, please
contact us
with your username and e-mail so we can fix it.
Home
Help
Search
Calendar
Login
Register
OpenXcom Forum
»
Contributions
»
Programming
»
small fix
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: small fix (Read 6215 times)
bazik
Squaddie
Posts: 9
small fix
«
on:
February 09, 2012, 03:44:26 am »
just 2 small fixes for project
Logged
SupSuper
Lazy Developer
Administrator
Commander
Posts: 2162
Re: small fix
«
Reply #1 on:
February 11, 2012, 06:46:22 am »
Thanks, committed.
Logged
bazik
Squaddie
Posts: 9
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
»
Logged
SupSuper
Lazy Developer
Administrator
Commander
Posts: 2162
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.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
OpenXcom Forum
»
Contributions
»
Programming
»
small fix