[vlc-devel] [PATCH 2/2] vlc_tick: Fix documentation of MSTRTIME_MAX_SIZE

Marvin Scholz epirat07 at gmail.com
Tue Oct 9 11:42:06 CEST 2018


The documentation referred to mstrtime, which does not exist anymore.
---
 include/vlc_tick.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/vlc_tick.h b/include/vlc_tick.h
index 0c39b6897a..bd6d736ea5 100644
--- a/include/vlc_tick.h
+++ b/include/vlc_tick.h
@@ -189,11 +189,11 @@ struct timespec timespec_from_vlc_tick(vlc_tick_t date);
 
 
 /*****************************************************************************
- * MSTRTIME_MAX_SIZE: maximum possible size of mstrtime
+ * MSTRTIME_MAX_SIZE: maximum possible size of secstotimestr
  *****************************************************************************
  * This values is the maximal possible size of the string returned by the
- * mstrtime() function, including '-' and the final '\0'. It should be used to
- * allocate the buffer.
+ * secstotimestr() function, including '-' and the final '\0'. It should be
+ * used to allocate the buffer.
  *****************************************************************************/
 #define MSTRTIME_MAX_SIZE 22
 
-- 
2.19.1



More information about the vlc-devel mailing list