Changeset 5651:b0e163908378 in roaraudio for roard/codecfilter_flac.c


Ignore:
Timestamp:
09/12/12 16:22:42 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added compiler checks for printf() like format strings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/codecfilter_flac.c

    r5624 r5651  
    153153   if ( stream_meta_add(ROAR_STREAM(self->ss)->id, type, "", value) == -1 ) { 
    154154    ROAR_WARN("cf_flac_cb_metadata(..., client_data=%p{ROAR_STREAM(.ss)->id=%i}): Can not add meta data: %s", 
    155               ROAR_STREAM(self->ss)->id, roar_error2str(roar_error)); 
     155              self->ss, ROAR_STREAM(self->ss)->id, roar_error2str(roar_error)); 
    156156   } 
    157157 
Note: See TracChangeset for help on using the changeset viewer.