Mercurial > audlegacy
view audtool/examples/np.sh @ 1591:02841f72b897 trunk
[svn] Cast variable to proper type before passing it into libxml2. Include necessary header to make this possible. Resolves 35 pointer signedness warnings on PPC.
author | chainsaw |
---|---|
date | Thu, 24 Aug 2006 11:40:00 -0700 |
parents | 6af3f8fb2ed0 |
children | 641ee4092aea |
line wrap: on
line source
#!/bin/sh SONGTITLE=$(audtool current-song) SONGELAPSED=$(audtool current-song-output-length) SONGLEN=$(audtool current-song-length) echo "np: $SONGTITLE ($SONGELAPSED/$SONGLEN)"