commit 1c209e5b0d706fa5a60328428ca1ba196c800864
parent 22ab2145bdb3a01e07fe8119ac7b8d7bcd9e8b01
Author: Rafael Garcia <rafael.garcia.gallego@gmail.com>
Date: Tue, 23 Aug 2011 09:03:22 +0200
Ooooops in f_pipero trimmed statusflags to a char, fixed.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandy.c b/sandy.c
@@ -381,7 +381,7 @@ f_pipe(const Arg *arg) {
void /* Pipe selection through arg->v external command but do not update text on screen */
f_pipero(const Arg *arg) {
- char oldsf=statusflags;
+ long oldsf=statusflags;
statusflags|=S_Readonly;
i_pipetext(arg->v);