Changeset 5832:f0b38d5ea016 in roaraudio for libroar/pinentry.c


Ignore:
Timestamp:
01/06/13 16:15:56 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_libroar_get_path_static() and make use of it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/pinentry.c

    r5823 r5832  
    112112     ROAR_U_EXIT(1); 
    113113 
    114     execlp(ROAR_HAVE_BIN_PINENTRY, "RoarAudio", "--display", display, "--ttytype", term, "--ttyname", tty, NULL); 
     114    execlp(roar_libroar_get_path_static("bin-pinentry"), "RoarAudio", "--display", display, "--ttytype", term, "--ttyname", tty, NULL); 
    115115 
    116116    ROAR_U_EXIT(1); 
Note: See TracChangeset for help on using the changeset viewer.