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

Commit6f9e1df

Browse files
committed
[Issue#263] fix parsing of big size values
1 parent775b260 commit6f9e1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/utils/configuration.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ config_read_opt(const char *path, ConfigOption options[], int elevel,
490490
boolstrict,boolmissing_ok)
491491
{
492492
FILE*fp;
493-
charbuf[1024];
493+
charbuf[4096];
494494
charkey[1024];
495-
charvalue[1024];
495+
charvalue[2048];
496496
intparsed_options=0;
497497

498498
if (!options)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp