[vlc-commits] vlc_tick: Fix documentation of MSTRTIME_MAX_SIZE
Marvin Scholz
git at videolan.org
Fri Oct 12 19:40:15 CEST 2018
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Tue Oct 9 11:41:26 2018 +0200| [e9627c5d1164dd2c7ab835f1238d824bb21350cd] | committer: Marvin Scholz
vlc_tick: Fix documentation of MSTRTIME_MAX_SIZE
The documentation referred to mstrtime, which does not exist anymore.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e9627c5d1164dd2c7ab835f1238d824bb21350cd
---
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
More information about the vlc-commits
mailing list