fix segfault in full usage print

Signend-off-by: James Lentini <[EMAIL PROTECTED]>

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);
     }
 }
 
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to