VirtualBox

Changeset 66142 in vbox for trunk


Ignore:
Timestamp:
Mar 16, 2017 5:38:29 PM (8 years ago)
Author:
vboxsync
Message:

Storage/CUE: build fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Storage/CUE.cpp

    r66141 r66142  
    684684 *          false otherwise.
    685685 * @param   pTokenizer    The tokenizer state.
    686  * @param   enmKey        The keyword to check against.
     686 * @param   enmKeyword    The keyword to check against.
    687687 */
    688688static bool cueTokenizerIsKeywordEqual(PCUETOKENIZER pTokenizer, CUEKEYWORD enmKeyword)
     
    704704 *          false otherwise.
    705705 * @param   pTokenizer    The tokenizer state.
    706  * @param   enmKey        The keyword to check against.
     706 * @param   enmKeyword    The keyword to check against.
    707707 */
    708708static bool cueTokenizerSkipIfIsKeywordEqual(PCUETOKENIZER pTokenizer, CUEKEYWORD enmKeyword)
     
    978978                        else
    979979                            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);
    981982                    }
    982983                }
     
    13571358 *
    13581359 * @returns String name of the given data form.
    1359  * @param   enmDataForm   The data form.
     1360 * @param   enmMetadataForm   The metadata form.
    13601361 */
    13611362static const char *cueRegionMetadataFormStringify(VDREGIONMETADATAFORM enmMetadataForm)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette