Skip to content
  • jpd's avatar
    services_discovery: fix embedding longname in name, take 2 · af688c8f
    jpd authored
    The longname argument to macro #define VLC_SD_PROBE_HELPER(name, longname, cat)
    is usually in the form like N_("some_longname"). Literalization of the argument by
    doing # longname in the macro will result in a literal "N_(\"some_longname\")"
    instead of translating the long name.
    af688c8f