Changeset 8f5afcf for functions.c


Ignore:
Timestamp:
Jul 13, 2011, 11:51:37 PM (13 years ago)
Author:
GitHub Merge Button <merge-button@github.com>
Parents:
30d0cf7 (diff), a7b125d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge a7b125d60dcd2a22d2dfb2634982352acdcbc51c into 30d0cf75d34271caa5cca99bfac799fb7aaed6d7
File:
1 edited

Legend:

Unmodified
Added
Removed
  • functions.c

    refeec7f r06af663  
    410410  old_msg = g_strdup(owl_zwrite_get_message(z));
    411411
    412   zcrypt = g_strdup_printf("%s/zcrypt", owl_get_bindir());
     412  zcrypt = g_build_filename(owl_get_bindir(), "zcrypt", NULL);
    413413  argv[0] = "zcrypt";
    414414  argv[1] = "-E";
Note: See TracChangeset for help on using the changeset viewer.