Skip to content

Commit 3a8ab5c

Browse files
committed
truncate very long formula
1 parent 8846a83 commit 3a8ab5c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

TODO

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
- very long formula (eg. Group [G1, G2, etc]) are not truncated
1+
- row reset doesn't always work
2+
3+
try joanne's workspace ... need to be able to reset the image pair
4+
5+
and editing a row doesn't always "take"
26

37
- check all batch mode flags
48

@@ -184,10 +188,6 @@
184188

185189
[x * 2 :: x <- [1..]]
186190

187-
- row reset doesn't always work
188-
189-
and editing a row doesn't always "take"
190-
191191
- syntax error in startup .def stops nip4 loading
192192

193193
- should we support

src/gtkutil.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ void
4646
set_glabel1(GtkWidget *label, const char *fmt, ...)
4747
{
4848
va_list ap;
49-
char txt[1000];
49+
char txt[80];
5050
VipsBuf buf = VIPS_BUF_STATIC(txt);
5151

5252
va_start(ap, fmt);

0 commit comments

Comments
 (0)