This website works better with JavaScript.
Home
Explore
Help
Sign In
damien
/
fmail
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
Browse Source
Remove unused variables
master
Damien Goutte-Gattat
9 years ago
parent
145e8cef27
commit
5368c77a23
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/fmail.c
+ 2
- 2
src/fmail.c
View File
@ -429,8 +429,8 @@ read_input_from_editor(void)
{
char
tmp_filename
[
]
=
"
/tmp/fmailXXXXXX
"
;
const
char
*
editor
;
char
*
command
,
buffer
[
512
]
;
int
n
,
tmp_fd
;
char
*
command
;
int
tmp_fd
;
FILE
*
f
;
editor
=
get_editor
(
)
;
Write
Preview
Loading…
Cancel
Save