Changes in functions.c [efeec7f:99ac28a]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
functions.c
refeec7f r99ac28a 410 410 old_msg = g_strdup(owl_zwrite_get_message(z)); 411 411 412 zcrypt = g_ strdup_printf("%s/zcrypt", owl_get_bindir());412 zcrypt = g_build_filename(owl_get_bindir(), "zcrypt", NULL); 413 413 argv[0] = "zcrypt"; 414 414 argv[1] = "-E"; … … 3226 3226 } else if (myargc > 0) { 3227 3227 /* Spawn the child. */ 3228 pid_tpid;3228 GPid 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.