Skip to content
Snippets Groups Projects

community/phosh: fix compile error on 32-bits platforms

Closed Kevin Daudt requested to merge kdaudt/aports:community/phosh-fix-build-error into master

GTimeSpan is a long long int on 32-bits platforms. '%ld' only accepts long ints, so that results into compile errors. Fix this by casting timeout_diff to long long and change the format to use %lld.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading