Changeset 97cdbaf5 for functions.c
- Timestamp:
- Mar 11, 2012, 10:57:35 PM (11 years ago)
- Branches:
- master, release-1.9
- Children:
- a03a409
- Parents:
- 1f39ded
- git-author:
- David Benjamin <davidben@mit.edu> (01/23/12 00:38:29)
- git-committer:
- David Benjamin <davidben@mit.edu> (03/11/12 22:57:35)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
rbd482c3 r97cdbaf5 405 405 406 406 zcrypt = g_build_filename(owl_get_bindir(), "zcrypt", NULL); 407 argv[0] = "zcrypt";407 argv[0] = zcrypt; 408 408 argv[1] = "-E"; 409 409 argv[2] = "-c"; argv[3] = owl_zwrite_get_class(z); … … 411 411 argv[6] = NULL; 412 412 413 rv = call_filter( zcrypt,argv, owl_zwrite_get_message(z), &cryptmsg, &status);413 rv = call_filter(argv, owl_zwrite_get_message(z), &cryptmsg, &status); 414 414 415 415 g_free(zcrypt);
Note: See TracChangeset
for help on using the changeset viewer.