Changeset 7877

Show
Ignore:
Timestamp:
02/28/08 18:37:17
Author:
jcorgan
Message:

Applied changeset r7847 on trunk to release branch.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/branches/releases/3.1/gnuradio-core/src/lib/general/gr_test.cc

    r6044 r7877  
    11/* -*- c++ -*- */ 
    22/* 
    3  * Copyright 2006 Free Software Foundation, Inc. 
     3 * Copyright 2006,2008 Free Software Foundation, Inc. 
    44 *  
    55 * This file is part of GNU Radio 
     
    139139       } 
    140140     }  
    141      //Now copy input to output untill max ninputs or max noutputs is reached 
     141     //Now copy input to output until max ninputs or max noutputs is reached 
    142142     int common_nports=std::min(ninputs,noutputs);  
    143      if(d_sizeof_output_item==d_sizeof_input_item);     
     143     if(d_sizeof_output_item==d_sizeof_input_item)    
    144144       for (int i = 0; i < common_nports; i++) 
    145145       {