aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-11-17 17:24:42 +0100
committerache <ache@ache.one>2017-11-17 17:24:42 +0100
commit33236c614052e0a000840bedb29eb820b6ed4cc1 (patch)
treed2ca33c45883d6589fa559ae421224d4ec2f3280 /main.c
parentNew mesms (diff)
fix the display of the sms to send
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 2cdbb44..18f6b1f 100644
--- a/main.c
+++ b/main.c
@@ -291,6 +291,7 @@ edit:
}
free(cmd);
unlink( fileName );
+ resize();
}
}