Fais chier fais chier fais chier fais chier fais chier
Logged In: YES user_id=18073
C'est pas juste
Logged In: YES user_id=486079
The limit is indeed 2000 but not only for the number of lines but for the number of characters in a line (diffFile) or a String (diffString).
The code is the following in src/JLibDiff/diff.java :
char input_buffer[] = new char[2000]; input_string.getChars(0, input_string.length(), input_buffer, 0);
Log in to post a comment.
Logged In: YES
user_id=18073
C'est pas juste
Logged In: YES
user_id=486079
The limit is indeed 2000 but not only for the number of
lines but for the number of characters in a line (diffFile)
or a String (diffString).
The code is the following in src/JLibDiff/diff.java :
char input_buffer[] = new char[2000];
input_string.getChars(0, input_string.length(),
input_buffer, 0);