Changeset 896:0a191bf438d8 in roaraudio


Ignore:
Timestamp:
11/23/08 12:39:10 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use correct cast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/mixer.c

    r856 r896  
    107107#ifdef ROAR_NATIVE_INT64 
    108108 int32_t ** in  = (int32_t**) input; 
    109  int32_t *  out = (int32_t**) output; 
     109 int32_t *  out = (int32_t* ) output; 
    110110 int i, s; 
    111111 ROAR_NATIVE_INT64 c; 
Note: See TracChangeset for help on using the changeset viewer.