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

    r5381 r5651  
    4444 
    4545 if ( prompt == NULL ) { 
    46   ROAR_WARN("roar_passwd_simple_ask_pw(pw=%p, prompt=NULL, cachetoken='%s'): No prompt given. This may be a bug in application."); 
     46  ROAR_WARN("roar_passwd_simple_ask_pw(pw=%p, prompt=NULL, cachetoken='%s'): No prompt given. This may be a bug in application.", pw, cachetoken); 
    4747  prompt = "Please enter Password"; 
    4848 } 
Note: See TracChangeset for help on using the changeset viewer.