* If the message pointer is not NULL, a suitable message is returned there in
* all cases. The caller must free this string.
*
- * \return The number of admissible files on success, negative on errors. On
- * errors, the current mood remains unaffected even if result is NULL. It is
- * not considered an error if no files are admissible.
+ * \return Standard. On errors, the current mood remains unaffected even if
+ * result is NULL. It is not considered an error if no files are admissible.
*
* \sa \ref mp_eval_row().
*/
/* success */
if (msg)
*msg = get_statistics(aa.m, rnow.tv_sec);
- ret = aa.m->stats.num;
if (result)
*result = aa.m;
else {