Opened 7 years ago
Closed 7 years ago
#37911 closed defect (bug) (duplicate)
Typo/Text change in the warning given by the .asf audio/video files
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Text Changes | Keywords: | has-patch |
Focuses: | Cc: |
Description
Noticed a typo in the module.audio-video.asf.php file in ID3 folder line number 352:
$info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-seperated list of parameters: "'.$thisfile_asf_codeclistobject_codecentries_current['description'].'"';
Actually it should be like this:
$info['warning'][] = '[asf][codec_list_object][codec_entries]['.$CodecEntryCounter.'][description] expected to contain comma-separated list of parameters: "'.$thisfile_asf_codeclistobject_codecentries_current['description'].'"';
The word comma-separated
was written wrong. Thought to correct it.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Hi @mangeshp, welcome to Trac! Thanks for the ticket, this was previously reported in #37475.
getID3() is an external library, please submit the patch upstream: http://www.getid3.org/.
If we update it in the future, the fix would probably be included, there is no need to have an extra Trac ticket for that.