Mercurial > mplayer.hg
diff mp_fifo.c @ 34897:9f5d0eade1bd
Reduce code duplication in get_path.
Also avoid using a pointer to an on-stack array outside the
array's scope, a compiler might use its stack area for other variables
or it might optimize away all code modifying it right before it leaves
the scope, thus completely breaking the code.
author | reimar |
---|---|
date | Sat, 02 Jun 2012 17:59:01 +0000 |
parents | d63bf64a2094 |
children | 0caa0bf428b9 |