[vlc-devel] [vlc-commits] lua: icecast: can fix radionomy's station names

Pierre Ynard linkfanel at yahoo.fr
Wed May 9 00:06:14 CEST 2012


> lua: icecast: can fix radionomy's station names

> +			station_name = string.gsub( station_name, "-", "\ " )

This breaks the build with lua 5.2:

/usr/bin/luac: lua/sd/icecast.lua:39: invalid escape sequence near '\ '

The proper escape character is '%', but I'm not sure what's the point of
the backslash or if you're trying to escape anything here?

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."



More information about the vlc-devel mailing list