Changes in functions.c [99ac28a:efeec7f]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
r99ac28a refeec7f 410 410 old_msg = g_strdup(owl_zwrite_get_message(z)); 411 411 412 zcrypt = g_ build_filename(owl_get_bindir(), "zcrypt", NULL);412 zcrypt = g_strdup_printf("%s/zcrypt", owl_get_bindir()); 413 413 argv[0] = "zcrypt"; 414 414 argv[1] = "-E"; … … 3226 3226 } else if (myargc > 0) { 3227 3227 /* Spawn the child. */ 3228 GPidpid;3228 pid_t pid; 3229 3229 GError *error = NULL; 3230 3230 owl_function_debugmsg("About to exec \"%s\" with %d arguments", argv[0], myargc);
Note: See TracChangeset
for help on using the changeset viewer.