Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a363a
)
Branch b1_8
author
johann
<johann>
Thu, 28 May 2009 11:23:50 +0000
(11:23 +0000)
committer
johann
<johann>
Thu, 28 May 2009 11:23:50 +0000
(11:23 +0000)
b=18092
i=adilger
i=johann (patch from Girish)
Fix warnings.
lustre/tests/mpi/createmany-mpi.c
patch
|
blob
|
history
diff --git
a/lustre/tests/mpi/createmany-mpi.c
b/lustre/tests/mpi/createmany-mpi.c
index
6e558fc
..
d203fa6
100644
(file)
--- a/
lustre/tests/mpi/createmany-mpi.c
+++ b/
lustre/tests/mpi/createmany-mpi.c
@@
-72,7
+72,7
@@
int rprintf(int rank, int loop, const char *fmt, ...)
int main(int argc, char ** argv)
{
int i, rc = 0, do_open = 0, do_link = 0, rank;
- char format[4096], *fmt, *tgt;
+ char format[4096], *fmt, *tgt
= NULL
;
char filename[4096];
long start, last, end;
long begin = 0, count;