Changeset 1278:98ae34fc5f05 in roaraudio


Ignore:
Timestamp:
02/28/09 02:34:23 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

use non-batch mode if no pw is given

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/vio_cmd.c

    r1273 r1278  
    516516  close(pwpipe[1]); 
    517517 } else { 
    518   snprintf(command, 1024, "%s --no-verbose --quiet --batch %s %s", ROAR_HAVE_BIN_GPG, para, opts); 
     518  snprintf(command, 1024, "%s --no-verbose --quiet %s %s", ROAR_HAVE_BIN_GPG, para, opts); 
    519519 } 
    520520 
Note: See TracChangeset for help on using the changeset viewer.