Files
mpv/common
wm4 5b14db5ab1 msg: print module prefixes even if message contains newlines
This makes

    mp_msg(x, y, "a\nb\n")

behave the same as

    mp_msg(x, y, "a\n")
    mp_msg(x, y, "b\n")

which is probably what one would expect. Before this commit, the "b"
line didn't have a prefix when using ths single mp_msg call.
2014-01-16 23:06:40 +01:00
..
2013-12-22 23:43:09 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 22:13:04 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 22:13:04 +01:00
2013-12-21 20:50:12 +01:00
2013-12-30 22:49:51 +01:00
2013-12-30 22:49:51 +01:00
2013-12-21 21:43:17 +01:00
2013-12-21 23:11:12 +01:00
2013-12-21 21:43:16 +01:00
2013-12-21 21:43:16 +01:00