Changeset 5651:b0e163908378 in roaraudio for libroar/auth.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
  • libroar/auth.c

    r5381 r5651  
    169169 if ( (ret = roar_req2(con, &mes, &data, &error_frame)) == -1 ) { 
    170170  authmes->type = -1; 
    171   ROAR_DBG("roar_auth_ask_server(con=%p, authmes=%p) = -1 // next: -1", con, authmes, authmes->type); 
     171  ROAR_DBG("roar_auth_ask_server(con=%p, authmes=%p) = -1 // next: -1", con, authmes); 
    172172  return -1; 
    173173 } 
Note: See TracChangeset for help on using the changeset viewer.