Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some fixes for compiler errors found on GCC/Linux #478

Merged
merged 1 commit into from
Jun 7, 2015

Conversation

zrax
Copy link
Member

@zrax zrax commented Jun 7, 2015

Also fixes the use of libjpeg-6b (or libjpeg-turbo built with the jpeg-62 API, which is the default on Debian, sadly).

@@ -544,7 +544,7 @@ PF_CONSOLE_CMD( Net, // groupName
"returns the age of the age" ) // helpString
{
PrintStringF(PrintString, "Current age is %s, elapsed time since birth = %f secs",
NetCommGetAge()->ageDatasetName, plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
NetCommGetAge()->ageDatasetName.c_str(), plNetClientMgr::GetInstance()->GetCurrentAgeElapsedSeconds());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😞

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vaguely related, I've created issue #479 for porting the whole thing to plString/plFormat

Hoikas added a commit that referenced this pull request Jun 7, 2015
Some fixes for compiler errors found on GCC/Linux
@Hoikas Hoikas merged commit 573ffc5 into H-uru:master Jun 7, 2015
@zrax zrax deleted the linux_fixes branch June 8, 2015 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants