dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
vlp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f5c6c2
)
Fixed compilation error in procaddr.c
author
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Wed, 24 Jul 2013 07:17:27 +0000
(09:17 +0200)
committer
Rafał Długołęcki
<kontakt@dlugolecki.net.pl>
Wed, 24 Jul 2013 07:17:27 +0000
(09:17 +0200)
src/int/procaddr.c
patch
|
blob
|
history
diff --git
a/src/int/procaddr.c
b/src/int/procaddr.c
index 4977c69bfb72ca5984459cff9e10a1b0429d2623..8ae23aa9fb6d4eb20771536a1986fc2ff70abd1e 100644
(file)
--- a/
src/int/procaddr.c
+++ b/
src/int/procaddr.c
@@
-205,7
+205,7
@@
static int hash_mess(procaddr *mess) {
return hash % (thisp->hash_size);
}
-static int hash_2(
hash_1 ) hash_1;
{
+static int hash_2(
int hash_1 )
{
return thisp->hash_size -2 - (hash_1 % (thisp->hash_size - 2));
}