----- Original Message ----- > Updated Branches: > refs/heads/master d0b89eadb -> 5c7e0f313 > > > TS-1717 Fix the large number, so that it builds on some platforms.
What, exactly, does TS-1717 (static library build fails with duplicate symbols) have to do with this? > Branch: refs/heads/master > Commit: 5c7e0f313b7b9bbee853849b2a756fad891c120e > Parents: d0b89ea > Author: Leif Hedstrom <zw...@apache.org> > Authored: Tue Apr 23 16:51:22 2013 -0600 > Committer: Leif Hedstrom <zw...@apache.org> > Committed: Tue Apr 23 16:51:22 2013 -0600 > > ---------------------------------------------------------------------- > tools/tstop/tstop.cc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > ---------------------------------------------------------------------- > > > http://git-wip-us.apache.org/repos/asf/trafficserver/blob/5c7e0f31/tools/tstop/tstop.cc > ---------------------------------------------------------------------- > diff --git a/tools/tstop/tstop.cc b/tools/tstop/tstop.cc > index ff7f93e..7828c61 100644 > --- a/tools/tstop/tstop.cc > +++ b/tools/tstop/tstop.cc > @@ -70,7 +70,7 @@ static void prettyPrint(const int x, const int y, > const double number, const int > double my_number = number; > short color; > if (number > 1000000000000LL) { > - my_number = number / 1000000000000; > + my_number = number / 1000000000000LL; > exp = 'T'; > color = colorPair::red; > } else if (number > 1000000000) { > > -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE