summaryrefslogtreecommitdiff
path: root/sys/src/cmd/hgfs/info.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-07-01 08:31:29 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-07-01 08:31:29 +0200
commit400e1b3643881c9c26c1824c370393f1d41ae7c5 (patch)
treebf266083d48f47d81bbf5533fec7c3a05ddcb928 /sys/src/cmd/hgfs/info.c
parent2f59a5d3921d7737f06a0d3c7d35af86191ab737 (diff)
hgfs: make qid generation machine independent
Diffstat (limited to 'sys/src/cmd/hgfs/info.c')
-rw-r--r--sys/src/cmd/hgfs/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/hgfs/info.c b/sys/src/cmd/hgfs/info.c
index de96e751a..2f0d01075 100644
--- a/sys/src/cmd/hgfs/info.c
+++ b/sys/src/cmd/hgfs/info.c
@@ -36,7 +36,7 @@ loadrevinfo(Revlog *changelog, int rev)
switch(line++){
case 0:
- strhash(buf, ri->mhash);
+ hex2hash(buf, ri->mhash);
break;
case 1:
ri->who = strdup(buf);