- Timestamp:
- Mar 16, 2017 5:38:29 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/CUE.cpp
r66141 r66142 684 684 * false otherwise. 685 685 * @param pTokenizer The tokenizer state. 686 * @param enmKey 686 * @param enmKeyword The keyword to check against. 687 687 */ 688 688 static bool cueTokenizerIsKeywordEqual(PCUETOKENIZER pTokenizer, CUEKEYWORD enmKeyword) … … 704 704 * false otherwise. 705 705 * @param pTokenizer The tokenizer state. 706 * @param enmKey 706 * @param enmKeyword The keyword to check against. 707 707 */ 708 708 static bool cueTokenizerSkipIfIsKeywordEqual(PCUETOKENIZER pTokenizer, CUEKEYWORD enmKeyword) … … 978 978 else 979 979 rc = vdIfError(pThis->pIfError, rc, RT_SRC_POS, 980 N_("CUE: Failed to allocate memory for the track list"), pThis->pszFilename); 980 N_("CUE: Failed to allocate memory for the track list for '%s'"), 981 pThis->pszFilename); 981 982 } 982 983 } … … 1357 1358 * 1358 1359 * @returns String name of the given data form. 1359 * @param enm DataForm Thedata form.1360 * @param enmMetadataForm The metadata form. 1360 1361 */ 1361 1362 static const char *cueRegionMetadataFormStringify(VDREGIONMETADATAFORM enmMetadataForm)
Note:
See TracChangeset
for help on using the changeset viewer.