view binary.ver @ 36435:2d41b475a7b4

Silence a format warning with cdparanoia. Although cdparanoia returns a long value, it's just a cast of an int, while libcdio uses uint8_t (which both is sufficient for the possible 99 tracks).
author ib
date Mon, 02 Dec 2013 14:30:21 +0000
parents 7e4a8748cf9a
children
line wrap: on
line source

MPLAYER_1 {
  # to support glibcs abhorrent backwards-compatibility hack
  global: _IO_stdin_used;
  local: *;
};