]> git.tuebingen.mpg.de Git - paraslash.git/commit
Replace check for stream_chunk < 0 by state == NONE.
authorAndre Noll <maan@systemlinux.org>
Sat, 24 Jul 2010 16:46:25 +0000 (18:46 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 31 Oct 2010 11:06:56 +0000 (12:06 +0100)
commitb2d30c6f4ca248ca04d00edf40027e4cf3a0152d
treecda26de038270bd94004ed33fd4df5b80a2c358e
parentee66911aeab325627c349edcb5f7e1fa40aeabf7
Replace check for stream_chunk < 0 by state == NONE.

The two conditions are equivalent but the latter form is more readable.
vss.c