mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
fix init - please CHECK for me it is an uninited pointer...
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@76 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 443fa900c5
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-16 (Wed, 16 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -276,7 +276,7 @@ int iscale(int value, int numer, int denom)
|
||||
*/
|
||||
fixed fix_dot(fixed *hpa, fixed *pb, int n)
|
||||
{
|
||||
fixed *pa;
|
||||
fixed *pa = NULL;
|
||||
long sum;
|
||||
register fixed a,b;
|
||||
//unsigned int seg,off;
|
||||
|
Reference in New Issue
Block a user