Search:
Login
Help/Guide
About Trac
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
message.c
[06af663:f9df2f0]
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
File:
1 edited
message.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
message.c
r06af663
rf9df2f0
884
884
char *zcrypt;
885
885
886
zcrypt = g_
build_filename(owl_get_bindir(), "zcrypt", NULL
);
886
zcrypt = g_
strdup_printf("%s/zcrypt", owl_get_bindir()
);
887
887
888
888
rv = call_filter(zcrypt, argv, owl_message_get_body(m), &out, &status);
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive