Changeset 1262:24149b360349 in roaraudio


Ignore:
Timestamp:
02/27/09 03:41:41 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use the new gzip interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roarclients/zcattest.c

    r1259 r1262  
    3737 } 
    3838 
    39  if ( roar_vio_open_cmd(&zcat, &file, 0, "zcat", NULL, 0) == -1 ) { 
    40   ROAR_ERR("roar_vio_open_cmd(&zcat, &file, 0, \"zcat\", NULL, 0) = -1"); 
     39 if ( roar_vio_open_gzip(&zcat, &file, -1) == -1 ) { 
     40  ROAR_ERR("roar_vio_open_gzip(&zcat, &file, -1) = -1"); 
    4141  return 1; 
    4242 } 
Note: See TracChangeset for help on using the changeset viewer.