mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 05:16:13 +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) {
|
if (strncasecmp (data, "jan", 3) == 0) {
|
||||||
return 1;
|
return 1;
|
||||||
} else if (strncasecmp (data, "fev", 3) == 0) {
|
} else if (strncasecmp (data, "feb", 3) == 0) {
|
||||||
return 2;
|
return 2;
|
||||||
} else if (strncasecmp (data, "mar", 3) == 0) {
|
} else if (strncasecmp (data, "mar", 3) == 0) {
|
||||||
return 3;
|
return 3;
|
||||||
|
|
Loading…
Reference in a new issue