git.annexia.org
/
libguestfs-talks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9332d16
)
test_strlen -> strlen
author
Richard W.M. Jones
<rjones@redhat.com>
Mon, 16 Nov 2020 10:56:10 +0000
(10:56 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Mon, 16 Nov 2020 10:56:10 +0000
(10:56 +0000)
2020-frama-c/6200-strlen-1.html
patch
|
blob
|
history
diff --git
a/2020-frama-c/6200-strlen-1.html
b/2020-frama-c/6200-strlen-1.html
index
c1e5d08
..
2eaea22
100644
(file)
--- a/
2020-frama-c/6200-strlen-1.html
+++ b/
2020-frama-c/6200-strlen-1.html
@@
-6,7
+6,7
@@
<pre class="code">
size_t
-
test_
strlen (const char *str)
+strlen (const char *str)
{
const char *char_ptr;