[openib-general] [PATCH][MSTFLINT] fix segfault in full usage print
James Lentini
jlentini at netapp.com
Thu Sep 1 06:46:40 PDT 2005
fix segfault in full usage print
Signend-off-by: James Lentini <jlentini at netapp.com>
Index: flint.cpp
===================================================================
--- flint.cpp (revision 3279)
+++ flint.cpp (working copy)
@@ -4649,7 +4649,8 @@ void usage(const char *sname, bool full
printf(descr, sname);
if (full) {
- printf(full_descr);
+ printf(full_descr, sname, sname, sname, sname, sname, sname, sname,
+ sname, sname, sname, sname);
}
}
More information about the general
mailing list