avidemux: it's feb for february

Fix typo in last commit.
This commit is contained in:
Thiago Santos 2010-01-08 10:18:30 -03:00
parent a5197a94ee
commit 7024ce14cf

View file

@ -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;