projects
/
ccan
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cae56e4
)
asearch: fix example on 64 bit platforms.
author
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 4 Oct 2011 01:38:45 +0000
(12:08 +1030)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Tue, 4 Oct 2011 01:38:45 +0000
(12:08 +1030)
ccan/asearch/_info
patch
|
blob
|
history
diff --git
a/ccan/asearch/_info
b/ccan/asearch/_info
index feed5b587fb02b48f555d8b44926e7e58a7b6a07..f23f1fd705a620b48994273b6b2d71db9d9070db 100644
(file)
--- a/
ccan/asearch/_info
+++ b/
ccan/asearch/_info
@@
-39,7
+39,7
@@
* printf("Not found!\n");
* return 1;
* }
- * printf("%u\n",
p - &argv[2]
);
+ * printf("%u\n",
(int)(p - &argv[2])
);
* return 0;
* }
*/