git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
527b720
)
Oops, real array termination
author
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 16 Mar 2006 17:07:35 +0000
(17:07 +0000)
committer
Miloš Mulač
<mulac@civ.zcu.cz>
Thu, 16 Mar 2006 17:07:35 +0000
(17:07 +0000)
org.glite.jp.primary/src/feed.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/feed.c
b/org.glite.jp.primary/src/feed.c
index
ae60d8b
..
cec9e40
100644
(file)
--- a/
org.glite.jp.primary/src/feed.c
+++ b/
org.glite.jp.primary/src/feed.c
@@
-253,7
+253,7
@@
static void attr_union(char **a, char **b, char ***c)
cnt -= j-i-1;
}
assert(cnt);
- out[cnt
-1
] = NULL;
+ out[cnt] = NULL;
*c = out;
}