Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
3af3df0f
Commit
3af3df0f
authored
Jul 30, 2003
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The statistics was broken on platforms where sizeof(int) != sizeof(long).
parent
86cfebc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
ChangeLog
ChangeLog
+14
-0
No files found.
ChangeLog
View file @
3af3df0f
2003
-
07
-
30
Per
Cederqvist
<
ceder
@
lysator
.
liu
.
se
>
The
statistics
was
broken
on
platforms
where
sizeof
(
int
)
!=
sizeof
(
long
).
*
src
/
server
/
stats
.
c
(
dump_stats
):
Updated
to
cope
with
the
introduction
of
enum
value_type
.
(
ind
):
Changed
sign
of
the
"offset"
argument
,
since
it
is
a
bad
idea
to
store
a
negative
number
in
an
"unsigned int"
.
All
callers
updated
.
(
update_one_stat
):
Fixed
the
call
to
check_stat
when
DEBUG_STATS
is
true
.
(
check_one_stat
):
If
a
rounding
error
occurs
,
log
which
enum
value_type
that
is
responsible
.
2003
-
07
-
28
Per
Cederqvist
<
ceder
@
ceder
.
dyndns
.
org
>
Fixed
printf
argument
type
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment