]> granicus.if.org Git - python/commit
Rework channelnumber/samplesize detetion code's output variables a bit to
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:45:36 +0000 (22:45 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 22:45:36 +0000 (22:45 +0000)
commit3ffa59b137a0c1f80b5fd495cc3d25d4ef21e0c0
tree93be57d8395938d5710f610d4cac5a28c9bfc9cd
parent7464b43e41acb08f02f3b7ec2db12747737952d1
Rework channelnumber/samplesize detetion code's output variables a bit to
convince gcc (4.0.x) the variables are never used uninitialized (and raising
a proper exception if they ever are.)
Modules/linuxaudiodev.c
Modules/ossaudiodev.c