lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
authorMarkus F.X.J. Oberhumer <markus@oberhumer.com>
Mon, 13 Aug 2012 15:24:24 +0000 (17:24 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Fri, 11 Jul 2014 12:33:53 +0000 (13:33 +0100)
commit b6bec26cea948148a9420e7a0ac337f925de49e7 upstream.

Rename the source file to match the function name and thereby
also make room for a possible future even slightly faster
"non-safe" decompressor version.

Signed-off-by: Markus F.X.J. Oberhumer <markus@oberhumer.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>

No differences found