Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4ac7096

Browse files
#1872 Increase the maximum length of error strings
1 parent959f9bf commit4ac7096

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎distr/flecs.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13905,7 +13905,7 @@ const char* flecs_parse_ws_eol(
1390513905
return ptr;
1390613906
}
1390713907

13908-
#define FLECS_ERRSTR_MAX (64)
13908+
#define FLECS_ERRSTR_MAX (256)
1390913909
static char flecs_errstr_buf[FLECS_ERRSTR_MAX];
1391013910
static char flecs_errstr_buf_1[FLECS_ERRSTR_MAX];
1391113911
static char flecs_errstr_buf_2[FLECS_ERRSTR_MAX];

‎src/misc.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ const char* flecs_parse_ws_eol(
462462
returnptr;
463463
}
464464

465-
#defineFLECS_ERRSTR_MAX (64)
465+
#defineFLECS_ERRSTR_MAX (256)
466466
staticcharflecs_errstr_buf[FLECS_ERRSTR_MAX];
467467
staticcharflecs_errstr_buf_1[FLECS_ERRSTR_MAX];
468468
staticcharflecs_errstr_buf_2[FLECS_ERRSTR_MAX];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp