]> diplodocus.org Git - nmh/blobdiff - h/utils.h
cpstripped(): Rewrite multi-byte version.
[nmh] / h / utils.h
index 944a3ccbc3319bbb56e3329e08326088ce6a978c..297746deeafa673ddec7213b050b55672bae5784 100644 (file)
--- a/h/utils.h
+++ b/h/utils.h
@@ -115,7 +115,7 @@ char *m_str(int value);
  * Returns string representation of an int, in static memory.  If width
  * == 0, does not limit the width.  If width > 0 and value will not fit
  * in field of that size, including any negative sign but excluding
- * terminating null, then returns "?".  If width < 0, returns "?".
+ * terminating null, then returns "?".
  */
 char *m_strn(int value, unsigned int width);