Move buf out of inner loop.
authorRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Oct 2013 12:03:55 +0000 (13:03 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 22 Oct 2013 12:03:55 +0000 (13:03 +0100)
commit1e6ec94ebea88cd265b4b48deef4bd0d1f2efc6b
treec29ffdce1a2af46464adb2f3a6ad9b566674c4ec
parent8365e963b4d7a085b7afc25d72ecf93fccb5f5fc
Move buf out of inner loop.

Since the buf pointer can be used by the stream across multiple
iterations of the loop.
pxzcat.c