mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 01:00:37 +00:00
avidemux: it's feb for february
Fix typo in last commit.
This commit is contained in:
parent
a5197a94ee
commit
7024ce14cf
1 changed files with 1 additions and 1 deletions
|
@ -3153,7 +3153,7 @@ get_month_num (gchar * data, guint size)
|
|||
{
|
||||
if (strncasecmp (data, "jan", 3) == 0) {
|
||||
return 1;
|
||||
} else if (strncasecmp (data, "fev", 3) == 0) {
|
||||
} else if (strncasecmp (data, "feb", 3) == 0) {
|
||||
return 2;
|
||||
} else if (strncasecmp (data, "mar", 3) == 0) {
|
||||
return 3;
|
||||
|
|
Loading…
Reference in a new issue