Explorar el Código

Removed redundant action (default).

master
Svend Sorensen hace 19 años
padre
commit
860e6b383f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      lib/toc_parse.y

+ 1
- 1
lib/toc_parse.y Ver fichero

@@ -312,7 +312,7 @@ bytes
;

time
: NUMBER { $$ = $1; }
: NUMBER
| NUMBER ':' NUMBER ':' NUMBER { $$ = time_msf_to_frame($1, $3, $5); }
;



Cargando…
Cancelar
Guardar