Skip to content

Commit

Permalink
Increase maximum entry size.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84894 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Aug 7, 2023
1 parent d681d9a commit 6885642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/utils/src/windows/dataentry.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static Rboolean R_de_up;
#define BOXW(x) (min(((x<100 && DE->nboxchars == 0) ? DE->boxw[x] : DE->box_w), DE->p->w - DE->boxw[0] - 2*DE->bwidth - 2))

#define FIELDWIDTH 10
#define BUFSIZE 200
#define BUFSIZE 1024

typedef struct {
dataeditor de;
Expand Down

0 comments on commit 6885642

Please sign in to comment.