X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1dd139e04f59bbfa3a310c2776c4bb2e2fdf1fdd..a091c28b416f83aa46dcb0bd0da81ca1d3b8a7f9:/h/utils.h diff --git a/h/utils.h b/h/utils.h index 944a3ccb..297746de 100644 --- 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);