mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +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
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