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:
ef0489a
)
const -> non const arg
author
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 4 Oct 2005 10:25:52 +0000
(10:25 +0000)
committer
Aleš Křenek
<ljocha@ics.muni.cz>
Tue, 4 Oct 2005 10:25:52 +0000
(10:25 +0000)
org.glite.jp.primary/src/attrs.c
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.jp.primary/src/attrs.c
b/org.glite.jp.primary/src/attrs.c
index
1e206c9
..
c635563
100644
(file)
--- a/
org.glite.jp.primary/src/attrs.c
+++ b/
org.glite.jp.primary/src/attrs.c
@@
-67,7
+67,7
@@
static int merge_attrvals(glite_jp_attrval_t **out,int nout,const glite_jp_attrv
return nout+nin;
}
-glite_jpps_get_attrs(glite_jp_context_t ctx,const char *job,char
const *const
*attr,int nattr,glite_jp_attrval_t **attrs_out)
+glite_jpps_get_attrs(glite_jp_context_t ctx,const char *job,char
*
*attr,int nattr,glite_jp_attrval_t **attrs_out)
{
glite_jp_attrval_t *meta = NULL,*out = NULL;
char const **other = NULL;